Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 5661)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 13096)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.30 2005-12-02 23:49:08 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.31 2007-05-01 03:06:36 jhoblitt Exp $
  */
 
@@ -37,6 +37,4 @@
     char            so_id[256];         ///< storage object ID
     char            ext_id[256];        ///< storage object key (name)
-    char            class_id[256];      ///< storage object class
-    char            comment[256];       ///< storage object comment
     char            read_lock[256];     ///< read lock value
     char            write_lock[256];    ///< write lock value
@@ -80,7 +78,5 @@
     nebServer *server,                  ///< nebServer object
     const char *key,                    ///< storage object key (name)
-    unsigned int class,                 ///< storage object storage class
     const char *volume,                 ///< preferred storage location of initial instance
-    const char *comment,                ///< storage object comment
     char **URI                          ///< URL of initial instance, can be NULL
 );
@@ -94,7 +90,5 @@
     nebServer *server,                  ///< nebServer object
     const char *key,                    ///< storage object key (name)
-    unsigned int class,                 ///< storage object storage class
     const char *volume,                 ///< preferred storage location of initial instance
-    const char *comment,                ///< storage object comment
     char **URI                          ///< URL of initial instance, can be NULL
 );
