Index: /trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- /trunk/Nebulous/nebclient/src/nebclient.h	(revision 4459)
+++ /trunk/Nebulous/nebclient/src/nebclient.h	(revision 4460)
@@ -4,11 +4,12 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.7 2005-07-06 02:44:12 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.8 2005-07-06 04:12:50 jhoblitt Exp $
  */
+
+#include <stdbool.h>
+#include "soapH.h"
 
 #ifndef NEBCLIENT_H
 #define NEBCLIENT_H 1
-
-#include "soapH.h"
 
 typedef enum { NEB_READ, NEB_WRITE } rw;
@@ -43,5 +44,5 @@
 int nebMove(nebServer *server, char *key, char *newKey);
 
-int nebDelete_instance(nebServer *server, char *URI);
+bool nebDeleteInstance(nebServer *server, const char *URI);
 
 int nebStat(nebServer *server, char *key);
