IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2005, 12:10:53 PM (22 years ago)
Author:
jhoblitt
Message:

minor type portability changes

File:
1 edited

Legend:

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

    r2954 r2960  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: idataclient.h,v 1.3 2005-01-11 04:36:40 jhoblitt Exp $
     6 * $Id: idataclient.h,v 1.4 2005-01-11 22:10:53 jhoblitt Exp $
    77 */
    88
     
    5050void idataFree(void *ptr);
    5151
    52 int idataCopyFile(char *source, char *dest);
     52off_t idataCopyFile(char *source, char *dest);
    5353
    54 int idataCopyFilehandle(int sourceFH, int destFH);
     54off_t idataCopyFilehandle(int sourceFH, int destFH);
Note: See TracChangeset for help on using the changeset viewer.