Reintroduced the bit "defines for those log bits that are deprecated and
[yaz-moved-to-github.git] / include / yaz / oid.h
index ba6d60a..ea921c9 100644 (file)
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: oid.h,v 1.20 2003-09-16 19:38:53 adam Exp $
+ * $Id: oid.h,v 1.22 2004-10-15 00:18:59 adam Exp $
  */
 
+/**
+ * \file oid.h
+ * \brief Header for OID database
+ *
+ * More or less protocol-transparent OID database.
+ * We could (and should?) extend this so that the user app can add new
+ * entries to the list at initialization.
+ */
 #ifndef OID_H
 #define OID_H
 
@@ -215,6 +223,12 @@ typedef enum oid_value
 
     VAL_OCLCUI,
     VAL_ID_CHARSET,
+    VAL_EXTLITE,
+    VAL_NACSISCATP,
+    VAL_FINMARC2000,
+/* 120 */
+
+    VAL_MARC21FIN,
 
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,