X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fprt-ext.c;h=5c18d68aaa13375114258ddcdd4b6d6a24de4e5a;hb=0d19fa8f289c9f99f7b06275beac41fc08e76127;hp=2cadf2ecab7b5b0bd425dec3cf4c7235e21af762;hpb=79c2e0067287fd81143627819ee336fcff4a32ab;p=yaz-moved-to-github.git diff --git a/src/prt-ext.c b/src/prt-ext.c index 2cadf2e..5c18d68 100644 --- a/src/prt-ext.c +++ b/src/prt-ext.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: prt-ext.c,v 1.11 2007-04-25 13:49:52 adam Exp $ + * $Id: prt-ext.c,v 1.12 2007-05-05 10:26:31 adam Exp $ */ /** @@ -26,8 +26,8 @@ */ static Z_ext_typeent type_table[] = { - {{1, 2, 830, 10003, 5, 101,-1}, Z_External_sutrs, (Odr_fun) z_SUTRS}, - {{1, 2, 830, 10003, 5, 100,-1}, Z_External_explainRecord, (Odr_fun)z_ExplainRecord}, + {{1, 2, 840, 10003, 5, 101,-1}, Z_External_sutrs, (Odr_fun) z_SUTRS}, + {{1, 2, 840, 10003, 5, 100,-1}, Z_External_explainRecord, (Odr_fun)z_ExplainRecord}, {{1, 2, 840, 10003, 7, 1,-1}, Z_External_resourceReport1, (Odr_fun)z_ResourceReport1}, {{1, 2, 840, 10003, 7, 2,-1}, Z_External_resourceReport2, (Odr_fun)z_ResourceReport2}, {{1, 2, 840, 10003, 8, 1,-1}, Z_External_promptObject1, (Odr_fun)z_PromptObject1 },