X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Foid.c;fp=util%2Foid.c;h=a7f6914db63c82bad19d988bf4f806141185ef86;hb=0e96e3780fe77ed9f8bd78245b9e9a8a42c0892d;hp=e6236e4a15248ef87a783bd3e22e5a1f9e2ad89c;hpb=77ad18d6eceea270338ae338f1e7d24f1003df24;p=yaz-moved-to-github.git diff --git a/util/oid.c b/util/oid.c index e6236e4..a7f6914 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.61 2003-05-26 13:36:48 adam Exp $ + * $Id: oid.c,v 1.62 2003-06-02 12:53:28 adam Exp $ */ /* @@ -224,8 +224,10 @@ static oident standard_oids[] = "Per'd query"}, {PROTO_Z3950, CLASS_EXTSERV, VAL_ITEMORDER, {9,4,-1}, "Item order"}, - {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE0, {9,5,1,-1}, - "DB. Update (old version)"}, + {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE0, {9,5,-1}, + "DB. Update (first version)"}, + {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE1, {9,5,1,-1}, + "DB. Update (second version)"}, {PROTO_Z3950, CLASS_EXTSERV, VAL_DBUPDATE, {9,5,1,1,-1}, "DB. Update"}, {PROTO_Z3950, CLASS_EXTSERV, VAL_EXPORTSPEC, {9,6,-1},