X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-acc.c;h=c90554d00e5c54d3ab3b9a6c3879bcc906334301;hp=9032c853752d059c742c863141febcc787a5ba2d;hb=72592d242326dea9e05cae90d50348a2da0c0948;hpb=c3900ef26a3b594b58a051116954daf3470e7f03 diff --git a/asn/prt-acc.c b/asn/prt-acc.c index 9032c85..c90554d 100644 --- a/asn/prt-acc.c +++ b/asn/prt-acc.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-acc.c,v $ - * Revision 1.2 1995-06-05 10:52:05 quinn + * Revision 1.3 1995-08-15 11:59:41 quinn + * Updated External + * + * Revision 1.2 1995/06/05 10:52:05 quinn * Fixed some negligences. * * Revision 1.1 1995/06/02 09:49:15 quinn @@ -96,6 +99,7 @@ int z_ChallengeUnit1(ODR o, Z_ChallengeUnit1 **p, int opt) &(*p)->num_values) || odr_ok(o)) && odr_implicit(o, odr_null, &(*p)->shouldSave, ODR_CONTEXT, 7, 1) && odr_implicit(o, odr_integer, &(*p)->dataType, ODR_CONTEXT, 8, 1) && + odr_implicit(o, z_External, &(*p)->diagnostic, ODR_CONTEXT, 9, 1) && odr_sequence_end(o); }