Changeset 21462
- Timestamp:
- Feb 12, 2009, 4:49:00 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
r21461 r21462 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.h,v 1. 39 2009-02-13 02:45:47jhoblitt Exp $6 * $Id: nebclient.h,v 1.40 2009-02-13 02:49:00 jhoblitt Exp $ 7 7 */ 8 8 … … 165 165 ); 166 166 167 /** Get an Xattr on a storage object 168 * 169 * @return true on success 167 /** List all Xattrs on a storage object 168 * 169 * This function returns the count of Xattrs on an object and the actual names 170 * are returned in the (char **) pointed to by the xattrs param. The xattrs 171 * param may be NULL. 172 * 173 * @return int 170 174 */ 171 175 int nebListXattr( 172 176 nebServer *server, ///< nebServer object 173 177 const char *key, ///< storage object key (name) 174 char ***xattrs ///< array of xattr names 178 char ***xattrs ///< array of xattr names to return 175 179 ); 176 180
Note:
See TracChangeset
for help on using the changeset viewer.
