X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2Fprt-ext.c;fp=z39.50%2Fprt-ext.c;h=32de77254e646f5878d1fce74320472f97a84e03;hp=7e9bc418b4cd0a547318bca551b6c612d83f8874;hb=0e96e3780fe77ed9f8bd78245b9e9a8a42c0892d;hpb=77ad18d6eceea270338ae338f1e7d24f1003df24 diff --git a/z39.50/prt-ext.c b/z39.50/prt-ext.c index 7e9bc41..32de772 100644 --- a/z39.50/prt-ext.c +++ b/z39.50/prt-ext.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * - * $Id: prt-ext.c,v 1.5 2003-01-06 08:20:28 adam Exp $ + * $Id: prt-ext.c,v 1.6 2003-06-02 12:53:28 adam Exp $ */ #include @@ -28,6 +28,8 @@ static Z_ext_typeent type_table[] = {VAL_OPAC, Z_External_OPAC, (Odr_fun)z_OPACRecord}, {VAL_SEARCHRES1, Z_External_searchResult1, (Odr_fun)z_SearchInfoReport}, {VAL_DBUPDATE, Z_External_update, (Odr_fun)z_IUUpdate}, + {VAL_DBUPDATE0, Z_External_update0, (Odr_fun)z_IU0Update}, + {VAL_DBUPDATE1, Z_External_update0, (Odr_fun)z_IU0Update}, {VAL_DATETIME, Z_External_dateTime, (Odr_fun)z_DateTime}, {VAL_UNIVERSE_REPORT, Z_External_universeReport,(Odr_fun)z_UniverseReport}, {VAL_ADMINSERVICE, Z_External_ESAdmin, (Odr_fun)z_Admin},