IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 1:36:40 PM (22 years ago)
Author:
jhoblitt
Message:

change idataCopyFile() and idataCopyFilehandle() to static

File:
1 edited

Legend:

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

    r3022 r3045  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.2 2005-01-16 19:49:09 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.3 2005-01-18 23:36:40 jhoblitt Exp $
    77 */
    88
     
    5353void idataFree(void *ptr);
    5454
    55 off_t idataCopyFile(char *source, char *dest);
     55static off_t idataCopyFile(char *source, char *dest);
    5656
    57 off_t idataCopyFilehandle(int sourceFH, int destFH);
     57static off_t idataCopyFilehandle(int sourceFH, int destFH);
    5858
    5959#endif // IDATACLIENT_H
Note: See TracChangeset for help on using the changeset viewer.