X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fproto.c;h=0097d2bed4e440fd9fc86c190e8d3e3e2550c123;hb=fbfb7f5339bcc276a562e6b94b42750ff3b1af3f;hp=302618ba8bfd17b7224ab7e306d1674aea4c46ab;hpb=dc0be0ca0f414a154581185f946426aba550bd89;p=yaz-moved-to-github.git diff --git a/asn/proto.c b/asn/proto.c index 302618b..0097d2b 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.59 1999-04-21 11:46:00 adam + * Revision 1.61 1999-11-30 13:47:10 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.60 1999/06/11 16:45:59 adam + * Fixed minor bug in ScanRequest encoder. + * + * Revision 1.59 1999/04/21 11:46:00 adam * Fixed bug in {en,de}coder for OtherInformation. * * Revision 1.58 1999/04/20 09:56:47 adam @@ -184,9 +190,9 @@ * */ -#include +#include -#include +#include /* ---------------------- GLOBAL DEFS ------------------- */ @@ -1216,6 +1222,7 @@ int z_ScanRequest(ODR o, Z_ScanRequest **p, int opt, const char *name) ODR_CONTEXT, 6, 0) && odr_implicit(o, odr_integer, &(*p)->preferredPositionInResponse, ODR_CONTEXT, 7, 1) && + z_OtherInformation(o, &(*p)->otherInfo, 1, "otherInfo") && odr_sequence_end(o); }