X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Foid.c;h=1a0ecbb9de18eaae1fff274b2832b8fbaeeae64b;hp=4aeddfe3e6093ee6ddf8dc46f96a465e3fefe022;hb=5381b2f81bb793e364cd5b2a910e026ce84d9d05;hpb=d3f87757eae53fd87d2e3e48a392a9e06872f71b diff --git a/util/oid.c b/util/oid.c index 4aeddfe..1a0ecbb 100644 --- a/util/oid.c +++ b/util/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.63 2003-07-10 11:52:37 mike Exp $ + * $Id: oid.c,v 1.64 2003-07-18 19:54:30 mike Exp $ */ /* @@ -299,7 +299,7 @@ static oident standard_oids[] = {PROTO_Z3950, CLASS_NEGOT, VAL_CHARNEG3, {15,3,-1}, "CharSetandLanguageNegotiation-3"}, {PROTO_Z3950, CLASS_USERINFO,VAL_CQL, {16, 2, -1}, - "CQL"}, + "OCLC-userInfo"}, {PROTO_GENERAL, CLASS_GENERAL, VAL_UCS2, {1,0,10646,1,0,2,-1}, "UCS-2"}, {PROTO_GENERAL, CLASS_GENERAL, VAL_UCS4, {1,0,10646,1,0,4,-1}, @@ -308,6 +308,8 @@ static oident standard_oids[] = "UTF-16"}, {PROTO_GENERAL, CLASS_GENERAL, VAL_UTF8, {1,0,10646,1,0,8,-1}, "UTF-8"}, + {PROTO_Z3950, CLASS_USERINFO,VAL_OCLCUI, {10, 1000, 17, 1, -1}, + "CQL"}, {PROTO_NOP, CLASS_NOP, VAL_NOP, {-1}, 0 } };