Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 3048)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 4121)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.4 2005-01-19 00:18:08 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.5 2005-06-06 21:21:05 jhoblitt Exp $
  */
 
@@ -31,5 +31,5 @@
 int idataUnlock(idataServer *server, char *key, rw flag);
 
-int idataFindInstances(idataServer *server, char *key, char *volume);
+int idataFindInstances(idataServer *server, char *key, char *volume, char ***locations);
 
 int idataFind(idataServer *server, char *key);
@@ -53,7 +53,3 @@
 void idataFree(void *ptr);
 
-static off_t idataCopyFile(char *source, char *dest);
-
-static off_t idataCopyFilehandle(int sourceFH, int destFH);
-
 #endif // IDATACLIENT_H
