X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2Fprt-ext.c;fp=asn%2Fprt-ext.c;h=edfead60a0bd51adc2b5f0fe938ecfe287fba104;hb=b436ce38e1e619d2225c7c75c1f0de841aa13bad;hp=5e83c10a83750acf50782f40178fb406ba9fb567;hpb=3248693ab32c811f109a70d653622c087977b418;p=yaz-moved-to-github.git diff --git a/asn/prt-ext.c b/asn/prt-ext.c index 5e83c10..edfead6 100644 --- a/asn/prt-ext.c +++ b/asn/prt-ext.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-ext.c,v $ - * Revision 1.17 1998-03-20 14:46:06 adam + * Revision 1.18 1998-03-31 11:07:44 adam + * Furhter work on UNIverse resource report. + * Added Extended Services handling in frontend server. + * + * Revision 1.17 1998/03/20 14:46:06 adam * Added UNIverse Resource Reports. * * Revision 1.16 1998/02/11 11:53:32 adam @@ -83,6 +87,7 @@ static Z_ext_typeent type_table[] = {VAL_SEARCHRES1, Z_External_searchResult1, (Odr_fun)z_SearchInfoReport}, {VAL_DBUPDATE, Z_External_update, (Odr_fun)z_IUUpdate}, {VAL_DATETIME, Z_External_dateTime, (Odr_fun)z_DateTime}, + {VAL_UNIVERSE_REPORT, Z_External_universeReport, (Odr_fun)z_UniverseReport}, {VAL_NONE, 0, 0} };