Added skeleton for query charset conversion. Bug #977.
[yaz-moved-to-github.git] / src / z3950oid.c
index 435ed4e..b2cdb9e 100644 (file)
@@ -1,10 +1,14 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: z3950oid.c,v 1.4 2005-06-25 15:46:06 adam Exp $
+ * $Id: z3950oid.c,v 1.6 2007-01-03 08:42:15 adam Exp $
  */
 
+/** \file z3950oid.c
+    \brief Z3950 OID conversion utilities
+*/
+
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif