IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 11:21:05 AM (21 years ago)
Author:
jhoblitt
Message:

misc cleanups
some code additions

File:
1 edited

Legend:

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

    r3048 r4121  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.4 2005-01-19 00:18:08 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.5 2005-06-06 21:21:05 jhoblitt Exp $
    77 */
    88
     
    3131int idataUnlock(idataServer *server, char *key, rw flag);
    3232
    33 int idataFindInstances(idataServer *server, char *key, char *volume);
     33int idataFindInstances(idataServer *server, char *key, char *volume, char ***locations);
    3434
    3535int idataFind(idataServer *server, char *key);
     
    5353void idataFree(void *ptr);
    5454
    55 static off_t idataCopyFile(char *source, char *dest);
    56 
    57 static off_t idataCopyFilehandle(int sourceFH, int destFH);
    58 
    5955#endif // IDATACLIENT_H
Note: See TracChangeset for help on using the changeset viewer.