IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2005, 9:49:09 AM (22 years ago)
Author:
jhoblitt
Message:

prevent multiple includes

Location:
trunk/Nebulous/nebclient/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r3017 r3022  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.1 2005-01-16 10:37:59 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.2 2005-01-16 19:49:09 jhoblitt Exp $
    77 */
     8
     9#ifndef IDATACLIENT_H
     10#define IDATACLIENT_H 1
    811
    912#include "soapH.h"
     
    5356
    5457off_t idataCopyFilehandle(int sourceFH, int destFH);
     58
     59#endif // IDATACLIENT_H
  • trunk/Nebulous/nebclient/src/xmalloc.h

    r3017 r3022  
    44 * Copyright (C) 2003  Robert Lupton
    55 *
    6  * $Id: xmalloc.h,v 1.1 2005-01-16 10:37:59 jhoblitt Exp $
     6 * $Id: xmalloc.h,v 1.2 2005-01-16 19:49:09 jhoblitt Exp $
    77 */
     8
     9#ifndef XMALLOC_H
     10#define XMALLOC_H 1
    811
    912void *
     
    1215void
    1316xfree(void *ptr);
     17
     18#endif // XMALLOC_H
Note: See TracChangeset for help on using the changeset viewer.