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.c

    r3017 r3045  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.1 2005-01-16 10:37:59 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.2 2005-01-18 23:36:40 jhoblitt Exp $
    77 */
    88
     
    222222}
    223223
    224 off_t idataCopyFile(char *source, char *dest)
     224static off_t idataCopyFile(char *source, char *dest)
    225225{
    226226    int             sourceFH;
     
    262262}
    263263
    264 off_t idataCopyFilehandle(int sourceFH, int destFH)
     264static off_t idataCopyFilehandle(int sourceFH, int destFH)
    265265{
    266266    off_t           bytesTotal;
Note: See TracChangeset for help on using the changeset viewer.