Removed unwanted ifdef and include of zes-admin.h
authorian <ian>
Tue, 14 Mar 2000 15:23:17 +0000 (15:23 +0000)
committerian <ian>
Tue, 14 Mar 2000 15:23:17 +0000 (15:23 +0000)
client/admin.c

index aa9ed43..93574a8 100644 (file)
@@ -1,6 +1,9 @@
 /*
  * $Log: admin.c,v $
- * Revision 1.2  2000-03-14 14:06:04  ian
+ * Revision 1.3  2000-03-14 15:23:17  ian
+ * Removed unwanted ifdef and include of zes-admin.h
+ *
+ * Revision 1.2  2000/03/14 14:06:04  ian
  * Minor change to order of debugging output for send_apdu,
  * fixed encoding of admin request.
  *
 
 #include <yaz/pquery.h>
 
-#ifdef ASN_COMPILED
-/* #include <yaz/esadmin.h> */
-#endif
-
-
 /* Helper functions to get to various statics in the client */
 ODR getODROutputStream();
 void send_apdu(Z_APDU *a);