From: Sebastian Hammer Date: Mon, 5 Jun 1995 10:53:13 +0000 (+0000) Subject: Smallish. X-Git-Tag: YAZ.1.8~990 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e0c187d10957ba9aa5c459c4f01afbedb38b33a0 Smallish. --- diff --git a/include/proto.h b/include/proto.h index fa68a87..760aa7f 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.11 1995-06-02 09:49:47 quinn + * Revision 1.12 1995-06-05 10:53:13 quinn + * Smallish. + * + * Revision 1.11 1995/06/02 09:49:47 quinn * Add access control * * Revision 1.10 1995/05/29 08:11:34 quinn @@ -647,7 +650,6 @@ typedef struct Z_ScanRequest int num_databaseNames; char **databaseNames; Odr_oid *attributeSet; /* OPTIONAL */ - Odr_any *eatme1; Z_AttributesPlusTerm *termListAndStartPoint; int *stepSize; /* OPTIONAL */ int *numberOfTermsRequested;