From: Adam Dickmeiss Date: Wed, 20 May 1998 09:52:39 +0000 (+0000) Subject: Removed 'dead' definition. X-Git-Tag: YAZ.1.8~483 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ce9012da65c7aec337e292f3b077ae954532501a Removed 'dead' definition. --- diff --git a/include/comstack.h b/include/comstack.h index c2dc025..f4d2641 100644 --- a/include/comstack.h +++ b/include/comstack.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: comstack.h,v $ - * Revision 1.20 1998-05-18 13:06:55 adam + * Revision 1.21 1998-05-20 09:52:39 adam + * Removed 'dead' definition. + * + * Revision 1.20 1998/05/18 13:06:55 adam * Changed the way attribute sets are handled by the retriaval module. * Extended Explain conversion / schema. * Modified server and client to work with ASN.1 compiled protocol handlers. @@ -168,7 +171,6 @@ struct comstack #define CS_LISTEN 3 #define CS_DATA 4 enum oid_proto protocol; /* what application protocol are we talking? */ - int (*f_look)(COMSTACK handle); int (*f_put)(COMSTACK handle, char *buf, int size); int (*f_get)(COMSTACK handle, char **buf, int *bufsize); int (*f_more)(COMSTACK handle);