Changeset 20209 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Oct 16, 2008, 1:53:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r20110 r20209 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1.3 3 2008-10-13 22:11:09jhoblitt Exp $6 * $Id: nebclient.h,v 1.34 2008-10-16 23:53:01 jhoblitt Exp $ 7 7 */ 8 8 … … 20 20 21 21 typedef enum { NEB_READ, NEB_WRITE } nebRW; 22 typedef enum { NEB_CREATE, NEB_REPLACE } nebCR; 22 23 23 24 /** Represents a "connection" to a Nebulous server … … 142 143 ); 143 144 145 /** Set an Xattr on a storage object 146 * 147 * @return true on success 148 */ 149 bool nebSetXattr( 150 nebServer *server, ///< nebServer object 151 const char *key, ///< storage object key (name) 152 const char *name, ///< xattr name 153 const char *value, ///< xattr value 154 nebCR flag ///< flag: "create"|"replace" 155 ); 156 144 157 /** Lists all instances of a storage object 145 158 *
Note:
See TracChangeset
for help on using the changeset viewer.
