Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / src / prt-ext.c
index e3b0c5b..b56d811 100644 (file)
@@ -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 <yaz/proto.h>
@@ -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}
 };