X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Foid.c;h=d8bbf9b398804aba9b377ef36db18682ee1cd4fa;hb=f5234a7d67df11584a2f29b35d999a603ab9cc80;hp=4bb5902294fe9a9138b849d6d562a50dd01fa169;hpb=422a45e862fa7d6ed7ff4f5b5dcd7a7b503631f1;p=yaz-moved-to-github.git diff --git a/src/oid.c b/src/oid.c index 4bb5902..d8bbf9b 100644 --- a/src/oid.c +++ b/src/oid.c @@ -1,11 +1,14 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, 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.4 2004-10-15 00:19:00 adam Exp $ */ -/* +/** + * \file oid.c + * \brief Implements OID database + * * More or less protocol-transparent OID database. * We could (and should?) extend this so that the user app can add new * entries to the list at initialization. @@ -114,6 +117,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},