From: ian Date: Tue, 14 Mar 2000 15:23:17 +0000 (+0000) Subject: Removed unwanted ifdef and include of zes-admin.h X-Git-Tag: YAZ.1.8~232 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=274791ccf3e873a88ef1f2aef185a3d711c972b4 Removed unwanted ifdef and include of zes-admin.h --- diff --git a/client/admin.c b/client/admin.c index aa9ed43..93574a8 100644 --- a/client/admin.c +++ b/client/admin.c @@ -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. * @@ -27,11 +30,6 @@ #include -#ifdef ASN_COMPILED -/* #include */ -#endif - - /* Helper functions to get to various statics in the client */ ODR getODROutputStream(); void send_apdu(Z_APDU *a);