X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fproto.h;fp=include%2Fproto.h;h=96ab94bc15500f870f914b8c58f313985b213a5c;hp=c476c9a78f55baa6067d5dae3a4de6833463778c;hb=f422693382524b11066ec4129ca9213effdb893a;hpb=f4fb653200d8de7ea39f89afba3a1c6a946fb167 diff --git a/include/proto.h b/include/proto.h index c476c9a..96ab94b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.45 1998-08-19 16:10:07 adam + * Revision 1.46 1998-10-20 13:55:44 quinn + * Fixed Scan bug in asn and client + * + * Revision 1.45 1998/08/19 16:10:07 adam * Changed som member names of DeleteResultSetRequest/Response. * * Revision 1.44 1998/05/18 10:14:08 adam @@ -946,6 +949,8 @@ typedef struct Z_Entry } u; } Z_Entry; +#ifdef BUGGY_LISTENTRIES + typedef struct Z_Entries { int num_entries; @@ -964,6 +969,15 @@ typedef struct Z_ListEntries } u; } Z_ListEntries; +#endif + +typedef struct Z_ListEntries { + int num_entries; + Z_Entry **entries; /* OPT */ + int num_nonsurrogateDiagnostics; + Z_DiagRec **nonsurrogateDiagnostics; /* OPT */ +} Z_ListEntries; + typedef struct Z_ScanRequest { Z_ReferenceId *referenceId; /* OPTIONAL */