X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Foid.c;h=ed33f0246a9bafdecfb56f28cd3569aec6060c40;hp=4bb5902294fe9a9138b849d6d562a50dd01fa169;hb=4fbc7c05a14d80187951b2fc690ba71374449124;hpb=422a45e862fa7d6ed7ff4f5b5dcd7a7b503631f1 diff --git a/src/oid.c b/src/oid.c index 4bb5902..ed33f02 100644 --- a/src/oid.c +++ b/src/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.2 2003-11-19 13:47:05 mike Exp $ + * $Id: oid.c,v 1.3 2003-11-19 22:24:57 adam Exp $ */ /* @@ -114,6 +114,9 @@ static oident standard_oids[] = "Intermarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_CCF, {5,3,-1}, "CCF"}, + /* MARC21 is just an alias for the original USmarc */ + {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, + "MARC21"}, {PROTO_Z3950, CLASS_RECSYN, VAL_USMARC, {5,10,-1}, "USmarc"}, {PROTO_Z3950, CLASS_RECSYN, VAL_UKMARC, {5,11,-1},