From 15441888880455587ad55891b2c3bc00336b8925 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Apr 2002 14:40:20 +0000 Subject: [PATCH] New private OID: IDXPATH --- include/yaz/oid.h | 4 +++- util/oid.c | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/include/yaz/oid.h b/include/yaz/oid.h index e146a53..e886945 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.10 2002-02-11 23:25:26 adam Exp $ + * $Id: oid.h,v 1.11 2002-04-12 14:40:20 adam Exp $ */ #ifndef OID_H @@ -206,6 +206,8 @@ typedef enum oid_value VAL_UTF8, /* 110 */ + VAL_IDXPATH, + /* VAL_DYNAMIC must have highest value */ VAL_DYNAMIC, VAL_MAX = VAL_DYNAMIC+30 diff --git a/util/oid.c b/util/oid.c index 1057871..6a41916 100644 --- a/util/oid.c +++ b/util/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.54 2002-04-01 12:27:15 adam Exp $ + * $Id: oid.c,v 1.55 2002-04-12 14:40:21 adam Exp $ */ /* @@ -88,8 +88,10 @@ static oident standard_oids[] = {PROTO_Z3950, CLASS_ATTSET, VAL_HOLDINGS, {3,16,-1}, "Holdings"}, - {PROTO_Z3950, CLASS_ATTSET, VAL_THESAURUS, {3,1000,81,1,-1}, + {PROTO_Z3950, CLASS_ATTSET, VAL_THESAURUS, {3,1000,81,1,-1}, "Thesaurus-attset"}, + {PROTO_Z3950, CLASS_ATTSET, VAL_IDXPATH, {3,1000,81,2,-1}, + "IDXPATH"}, {PROTO_Z3950, CLASS_DIAGSET, VAL_BIB1, {4,1,-1}, "Bib-1"}, {PROTO_Z3950, CLASS_DIAGSET, VAL_DIAG1, {4,2,-1}, -- 1.7.10.4