Changeset 4649 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Jul 28, 2005, 1:32:57 PM (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
r4647 r4649 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.2 3 2005-07-28 21:56:34jhoblitt Exp $6 * $Id: nebclient.h,v 1.24 2005-07-28 23:32:57 jhoblitt Exp $ 7 7 */ 8 8 … … 32 32 } nebObjectStat; 33 33 34 typedef struct { 35 unsigned int n; 36 char **URI; 37 } nebObjectInstances; 38 34 39 nebServer *nebServerAlloc(const char *endpoint); 35 40 … … 46 51 bool nebUnlock(nebServer *server, const char *key, nebRW flag); 47 52 48 int nebFindInstances(nebServer *server, const char *key, const char *volume, char ***locations); 53 nebObjectInstances *nebFindInstances(nebServer *server, const char *key, const char *volume); 54 55 void nebObjectInstancesFree(nebObjectInstances *locations); 49 56 50 57 char *nebFind(nebServer *server, const char *key);
Note:
See TracChangeset
for help on using the changeset viewer.
