IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2008, 12:30:44 PM (18 years ago)
Author:
bills
Message:

Back out the function I added yesterday, it has potential side undesirable
side effects

File:
1 edited

Legend:

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

    r20341 r20344  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.35 2008-10-23 07:44:43 bills Exp $
     6 * $Id: nebclient.h,v 1.36 2008-10-23 22:30:44 bills Exp $
    77 */
    88
     
    120120);
    121121
    122 /** Removes all but one instance from a storage object
    123  *
    124  * @return true on success
    125  */
    126 
    127 bool nebCullAllButOne(
    128     nebServer *server,                  ///< nebServer object
    129     const char *key                     ///< storage object key (name)
    130 );
    131 
    132122/** Trys to acquire a lock on a storage object
    133123 *
Note: See TracChangeset for help on using the changeset viewer.