From: Mike Taylor Date: Fri, 30 Aug 2002 15:39:40 +0000 (+0000) Subject: Add VAL_BIB2 and VAL_ZEEREX. We use the existing VAL_USMARC in oid.c X-Git-Tag: YAZ.1.9~11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=524bfef7eb43a79c16beacccedf6d047074372b5 Add VAL_BIB2 and VAL_ZEEREX. We use the existing VAL_USMARC in oid.c for the MARC attribute set rather than defining a new and somewhat redundant VAL_MARC. We may want to revisit that decision, though. --- diff --git a/include/yaz/oid.h b/include/yaz/oid.h index e886945..e418f6c 100644 --- a/include/yaz/oid.h +++ b/include/yaz/oid.h @@ -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,