Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 24916)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 24923)
@@ -313,4 +313,14 @@
 );
 
+/** Removes all of the inaccessible instances from an object
+ *
+ * @return the number of inaccessible instances removed
+ */
+
+int nebPrune(
+    nebServer *server,                  ///< nebServer object
+    const char *key                     /// storage object key (name)
+);
+
 /** Returns the error message from the last nebclient function that failed.
  *
