X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Foid.c;h=d8bbf9b398804aba9b377ef36db18682ee1cd4fa;hb=b6ed17b957403d2db0475df7759de72ce3eda2ee;hp=ed33f0246a9bafdecfb56f28cd3569aec6060c40;hpb=81c23570ac55dbb3faa04a6625a45d9c617c5c02;p=yaz-moved-to-github.git diff --git a/src/oid.c b/src/oid.c index ed33f02..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.3 2003-11-19 22:24:57 adam 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.