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=a90a17560d84b239b668748e3db7c1c694251112;hp=c4ed95c7940ff453e2dbe7288041459581faaa89;hb=cb914e4afd1e815bf47604efdfa964cee69557fa;hpb=214a19efbb9f3ccb3cfe678b5c9ba805774b3d12 diff --git a/include/proto.h b/include/proto.h index c4ed95c..a90a175 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.32 1996-02-20 12:52:39 quinn + * Revision 1.33 1996-02-23 10:00:51 quinn + * SCAN Work + * + * Revision 1.32 1996/02/20 12:52:39 quinn * Various * * Revision 1.31 1996/01/22 09:46:45 quinn @@ -866,11 +869,17 @@ typedef struct Z_ScanOccurrences } Z_ScanOccurrences; -typedef struct Z_OccurrenceByAttributes +typedef struct Z_OccurrenceByAttributesElem { Z_AttributeList *attributes; Z_ScanOccurrences *occurrences; /* OPTIONAL */ Z_OtherInformation *otherOccurInfo; /* OPTIONAL */ +} Z_OccurrenceByAttributesElem; + +typedef struct Z_OccurrenceByAttributes +{ + int num_elements; + Z_OccurrenceByAttributesElem **elements; } Z_OccurrenceByAttributes; #else