Add VAL_BIB2 and VAL_ZEEREX. We use the existing VAL_USMARC in oid.c
authorMike Taylor <mike@indexdata.com>
Fri, 30 Aug 2002 15:39:40 +0000 (15:39 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 30 Aug 2002 15:39:40 +0000 (15:39 +0000)
for the MARC attribute set rather than defining a new and somewhat
redundant VAL_MARC.  We may want to revisit that decision, though.

include/yaz/oid.h

index e886945..e418f6c 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: oid.h,v 1.11 2002-04-12 14:40:20 adam Exp $
+ * $Id: oid.h,v 1.12 2002-08-30 15:39:40 mike Exp $
  */
 
 #ifndef OID_H
@@ -207,6 +207,8 @@ typedef enum oid_value
 /* 110 */
 
     VAL_IDXPATH,
+    VAL_BIB2,
+    VAL_ZEEREX,
 
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,