IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 12:11:09 PM (18 years ago)
Author:
jhoblitt
Message:

add nebSwap()

File:
1 edited

Legend:

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

    r13200 r20110  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.32 2007-05-03 21:26:55 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.33 2008-10-13 22:11:09 jhoblitt Exp $
    77 */
    88
     
    215215);
    216216
     217/** Atomically swap two storage objects
     218 *
     219 * @return true on success
     220 */
     221bool nebSwap(
     222    nebServer *server,                  ///< nebServer object
     223    const char *key1,                   ///< storage object key (name)
     224    const char *key2                    ///< storage object key (name)
     225);
     226
    217227/** Remove a storage object instance
    218228 *
Note: See TracChangeset for help on using the changeset viewer.