Changeset 24289 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Jun 1, 2009, 2:29:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.h
r23935 r24289 11 11 #ifndef NEBCLIENT_H 12 12 #define NEBCLIENT_H 1 13 14 // #include <sys/stat.h> 13 15 14 16 #ifdef __cplusplus … … 296 298 ); 297 299 300 /** Change permissions of a storage objects 301 * 302 * This function will change the file permissions of all currently on disk 303 * instances of a storage object. 304 * 305 * @return the new mode or NULL on failure. 306 */ 307 308 int nebChmod( 309 nebServer *server, ///< nebServer object 310 const char *key, /// storage object key (name) 311 mode_t mode /// chmod(2) compatible mode (mode_t) 312 ); 313 298 314 /** Returns the error message from the last nebclient function that failed. 299 315 *
Note:
See TracChangeset
for help on using the changeset viewer.
