X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fprt-ext.c;h=099155a3a9ef97df257b55bf981e14ab65e4fd9d;hp=14ff4a0db2617234b70f60af8eacf8b097d9be21;hb=205549626352a3cc49c85b8fa055ffde318aad42;hpb=d96213e7e29deb01d3f24408b557319adea3cb3d diff --git a/zutil/prt-ext.c b/zutil/prt-ext.c index 14ff4a0..099155a 100644 --- a/zutil/prt-ext.c +++ b/zutil/prt-ext.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: prt-ext.c,v $ - * Revision 1.5 2001-03-25 21:55:13 adam + * Revision 1.6 2001-05-17 14:16:15 adam + * Added EXTERNAL handling for item update0 (1.0). + * + * Revision 1.5 2001/03/25 21:55:13 adam * Added odr_intdup. Ztest server returns TaskPackage for ItemUpdate. * * Revision 1.4 2000/03/14 15:22:04 ian @@ -188,8 +191,9 @@ int z_External(ODR o, Z_External **p, int opt, const char *name) #ifdef ASN_COMPILED {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_ESAdmin, (Odr_fun)z_Admin, 0}, -#endif - {-1, -1, -1, -1, 0, 0} + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_update0, + (Odr_fun)z_IU0Update, 0}, +#endif {-1, -1, -1, -1, 0, 0} }; odr_implicit_settag(o, ODR_UNIVERSAL, ODR_EXTERNAL);