Changeset 5661 for trunk/Nebulous/nebclient/src/nebclient.h
- Timestamp:
- Dec 2, 2005, 1:49:08 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
r4662 r5661 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 29 2005-07-29 02:48:20jhoblitt Exp $6 * $Id: nebclient.h,v 1.30 2005-12-02 23:49:08 jhoblitt Exp $ 7 7 */ 8 8 … … 72 72 ); 73 73 74 /** Creates a nd opensnew storage object75 * 76 * @return A filehandle on success or a negative value on failure.77 */ 78 79 intnebCreate(74 /** Creates a new storage object 75 * 76 * @return A local filename 77 */ 78 79 char *nebCreate( 80 80 nebServer *server, ///< nebServer object 81 81 const char *key, ///< storage object key (name) … … 86 86 ); 87 87 88 /** Creates and opens new storage object 89 * 90 * @return A filehandle on success or a negative value on failure. 91 */ 92 93 int nebOpenCreate( 94 nebServer *server, ///< nebServer object 95 const char *key, ///< storage object key (name) 96 unsigned int class, ///< storage object storage class 97 const char *volume, ///< preferred storage location of initial instance 98 const char *comment, ///< storage object comment 99 char **URI ///< URL of initial instance, can be NULL 100 ); 101 88 102 /** Adds an instance to a storage object 89 103 *
Note:
See TracChangeset
for help on using the changeset viewer.
