Changeset 4121 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Jun 6, 2005, 11:21:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r3048 r4121 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 4 2005-01-19 00:18:08jhoblitt Exp $6 * $Id: nebclient.h,v 1.5 2005-06-06 21:21:05 jhoblitt Exp $ 7 7 */ 8 8 … … 31 31 int idataUnlock(idataServer *server, char *key, rw flag); 32 32 33 int idataFindInstances(idataServer *server, char *key, char *volume );33 int idataFindInstances(idataServer *server, char *key, char *volume, char ***locations); 34 34 35 35 int idataFind(idataServer *server, char *key); … … 53 53 void idataFree(void *ptr); 54 54 55 static off_t idataCopyFile(char *source, char *dest);56 57 static off_t idataCopyFilehandle(int sourceFH, int destFH);58 59 55 #endif // IDATACLIENT_H
Note:
See TracChangeset
for help on using the changeset viewer.
