X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-exd.c;h=05de183d52dad24cd4cffaf164183556b488803e;hp=ab825ea1b5353cf760595275f3ac298883b566d1;hb=c71d717ada2a9ef730d527f161eb5ba9aa641a9f;hpb=e147ddf129696b470aed3cfcdb405af84ee56ef6 diff --git a/asn/prt-exd.c b/asn/prt-exd.c index ab825ea..05de183 100644 --- a/asn/prt-exd.c +++ b/asn/prt-exd.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-exd.c,v $ - * Revision 1.9 1999-04-20 09:56:48 adam + * Revision 1.11 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.10 1999/05/26 13:49:12 adam + * DB Update implemented in client (very basic). + * + * Revision 1.9 1999/04/20 09:56:48 adam * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). * Modified all encoders/decoders to reflect this change. * @@ -36,7 +42,7 @@ * */ -#include +#include int z_TaskPackage(ODR o, Z_TaskPackage **p, int opt, const char *name) { @@ -285,7 +291,7 @@ int z_IUSuppliedRecords_elem (ODR o, Z_IUSuppliedRecords_elem **p, int opt, &(*p)->supplementalId, ODR_CONTEXT, 2, 1) && odr_implicit (o, z_IUCorrelationInfo, &(*p)->correlationInfo, ODR_CONTEXT, 3, 1) && - odr_implicit (o, odr_external, + odr_implicit (o, z_External, &(*p)->record, ODR_CONTEXT, 4, 0) && odr_sequence_end (o); }