X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fprt-ext.c;h=b56d81127709eab00244b3d0d38ea80257a15542;hb=0e967e932ab262eb724f19922594359a4bb3336e;hp=e3b0c5b4cdea1c702431302e6ee8ba87ab29162d;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/prt-ext.c b/src/prt-ext.c index e3b0c5b..b56d811 100644 --- a/src/prt-ext.c +++ b/src/prt-ext.c @@ -1,8 +1,13 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. * - * $Id: prt-ext.c,v 1.1 2003-10-27 12:21:35 adam Exp $ + * $Id: prt-ext.c,v 1.3 2004-10-15 00:19:00 adam Exp $ + */ + +/** + * \file prt-ext.c + * \brief Implements handling of various Z39.50 Externals */ #include @@ -41,7 +46,6 @@ static Z_ext_typeent type_table[] = {VAL_KRB1, Z_External_acfKrb1, (Odr_fun) z_KRBObject}, {VAL_MULTISRCH2, Z_External_multisrch2, (Odr_fun) z_MultipleSearchTerms_2}, {VAL_CQL, Z_External_CQL, (Odr_fun) z_InternationalString}, - {VAL_OCLCUI, Z_External_OCLCUserInfo, (Odr_fun) z_OCLC_UserInformation}, {VAL_NONE, 0, 0} };