Removed 'dead' definition.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 May 1998 09:52:39 +0000 (09:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 May 1998 09:52:39 +0000 (09:52 +0000)
include/comstack.h

index c2dc025..f4d2641 100644 (file)
  * 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);