Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 13200)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 20110)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.32 2007-05-03 21:26:55 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.33 2008-10-13 22:11:09 jhoblitt Exp $
  */
 
@@ -215,4 +215,14 @@
 );
 
+/** Atomically swap two storage objects
+ *
+ * @return true on success
+ */
+bool nebSwap(
+    nebServer *server,                  ///< nebServer object
+    const char *key1,                   ///< storage object key (name)
+    const char *key2                    ///< storage object key (name)
+);
+
 /** Remove a storage object instance
  *
