IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2009, 4:11:30 PM (17 years ago)
Author:
jhoblitt
Message:

add nebPrune()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r24916 r24923  
    313313);
    314314
     315/** Removes all of the inaccessible instances from an object
     316 *
     317 * @return the number of inaccessible instances removed
     318 */
     319
     320int nebPrune(
     321    nebServer *server,                  ///< nebServer object
     322    const char *key                     /// storage object key (name)
     323);
     324
    315325/** Returns the error message from the last nebclient function that failed.
    316326 *
Note: See TracChangeset for help on using the changeset viewer.