Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 4647)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 4649)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.23 2005-07-28 21:56:34 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.24 2005-07-28 23:32:57 jhoblitt Exp $
  */
 
@@ -32,4 +32,9 @@
 } nebObjectStat;
 
+typedef struct {
+    unsigned int    n;
+    char            **URI;
+} nebObjectInstances;
+
 nebServer *nebServerAlloc(const char *endpoint);
 
@@ -46,5 +51,7 @@
 bool nebUnlock(nebServer *server, const char *key, nebRW flag);
 
-int nebFindInstances(nebServer *server, const char *key, const char *volume, char ***locations);
+nebObjectInstances *nebFindInstances(nebServer *server, const char *key, const char *volume);
+
+void nebObjectInstancesFree(nebObjectInstances *locations);
 
 char *nebFind(nebServer *server, const char *key);
