X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fprt-exp.c;h=3fd16e19102595742995da3d88a4d23edc51f5ef;hb=b3b306f2e04d5ef2b918fcd377b74eaf1547de42;hp=2904d45e14850915387787744a09352b1fbde679;hpb=6123c0dac006084449fb80900c5764417a6bd706;p=yaz-moved-to-github.git diff --git a/asn/prt-exp.c b/asn/prt-exp.c index 2904d45..3fd16e1 100644 --- a/asn/prt-exp.c +++ b/asn/prt-exp.c @@ -4,14 +4,22 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-exp.c,v $ - * Revision 1.1 1995-08-10 08:54:02 quinn + * Revision 1.4 1995-09-29 17:11:54 quinn + * Smallish + * + * Revision 1.3 1995/09/27 15:02:42 quinn + * Modified function heads & prototypes. + * + * Revision 1.2 1995/08/15 11:59:43 quinn + * Updated External + * + * Revision 1.1 1995/08/10 08:54:02 quinn * Added Explain * * */ #include -#include int z_LanguageCode(ODR o, char **p, int opt); int z_CommonInfo(ODR o, Z_CommonInfo **p, int opt); @@ -923,7 +931,7 @@ int z_ExtendedServicesInfo(ODR o, Z_ExtendedServicesInfo **p, int opt) odr_implicit(o, odr_bool, &(*p)->retentionSupported, ODR_CONTEXT, 8, 0) && odr_implicit(o, odr_integer, &(*p)->waitAction, ODR_CONTEXT, 9, 0) && odr_implicit(o, z_HumanString, &(*p)->description, ODR_CONTEXT, 10, 1) && - odr_implicit(o, odr_external, &(*p)->specificExplain, ODR_CONTEXT, 11, 1) && + odr_implicit(o, z_External, &(*p)->specificExplain, ODR_CONTEXT, 11, 1) && odr_implicit(o, z_InternationalString, &(*p)->esASN, ODR_CONTEXT, 12, 1) && odr_sequence_end(o); } @@ -1150,7 +1158,7 @@ int z_ProcessingInformation(ODR o, Z_ProcessingInformation **p, int opt) 3, 0) && odr_implicit(o, odr_oid, &(*p)->oid, ODR_CONTEXT, 4, 0) && odr_implicit(o, z_HumanString, &(*p)->description, ODR_CONTEXT, 5, 1) && - odr_implicit(o, odr_external, &(*p)->instructions, ODR_CONTEXT, 6, 1) && + odr_implicit(o, z_External, &(*p)->instructions, ODR_CONTEXT, 6, 1) && odr_sequence_end(o); }