X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fprt-ext.c;h=f9feee8e5d9989c70ec84602b583f7c3f8680137;hb=a571156582fe34154568c7b42f142e56879557d3;hp=3b5b49f7d536754f2f50855cb0a93c0c3414d386;hpb=11fc1fa1b5e4b75942018efe466dbfdb41454077;p=yaz-moved-to-github.git diff --git a/asn/prt-ext.c b/asn/prt-ext.c index 3b5b49f..f9feee8 100644 --- a/asn/prt-ext.c +++ b/asn/prt-ext.c @@ -4,7 +4,22 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-ext.c,v $ - * Revision 1.2 1995-08-17 12:45:00 quinn + * Revision 1.7 1995-10-12 10:34:38 quinn + * Added Espec-1. + * + * Revision 1.6 1995/09/29 17:11:55 quinn + * Smallish + * + * Revision 1.5 1995/09/27 15:02:42 quinn + * Modified function heads & prototypes. + * + * Revision 1.4 1995/08/29 11:17:16 quinn + * *** empty log message *** + * + * Revision 1.3 1995/08/21 09:10:18 quinn + * Smallish fixes to suppport new formats. + * + * Revision 1.2 1995/08/17 12:45:00 quinn * Fixed minor problems with GRS-1. Added support in c&s. * * Revision 1.1 1995/08/15 13:37:41 quinn @@ -17,7 +32,7 @@ int z_External(ODR o, Z_External **p, int opt) { - oident *oid; + oident *oid; static Odr_arm arm[] = { @@ -35,6 +50,11 @@ int z_External(ODR o, Z_External **p, int opt) {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_promptObject1, z_PromptObject1}, {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_grs1, z_GenericRecord}, + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_extendedService, + z_TaskPackage}, + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_itemOrder, z_ItemOrder}, + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_diag1, z_DiagnosticFormat}, + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_espec1, z_Espec1}, {-1, -1, -1, -1, 0} }; /* @@ -54,6 +74,10 @@ int z_External(ODR o, Z_External **p, int opt) {VAL_RESOURCE2, Z_External_resourceReport2}, {VAL_PROMPT1, Z_External_promptObject1}, {VAL_GRS1, Z_External_grs1}, + {VAL_EXTENDED, Z_External_extendedService}, + {VAL_ITEMORDER, Z_External_itemOrder}, + {VAL_DIAG1, Z_External_diag1}, + {VAL_ESPEC1, Z_External_espec1}, {VAL_NONE, 0} };