X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fber_oid.c;h=20435c6515ea35a298c74c62efd5c3b4a4414e99;hp=58b76379b99e4c1a10ccc1a7f03e9f722ca5e56e;hb=e1af980ed4466d784db2395ad5bdddadb8a24504;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4 diff --git a/odr/ber_oid.c b/odr/ber_oid.c index 58b7637..20435c6 100644 --- a/odr/ber_oid.c +++ b/odr/ber_oid.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ber_oid.c,v $ - * Revision 1.8 1995-09-27 15:02:56 quinn + * Revision 1.9 1995-09-29 17:12:19 quinn + * Smallish + * + * Revision 1.8 1995/09/27 15:02:56 quinn * Modified function heads & prototypes. * * Revision 1.7 1995/05/16 08:50:47 quinn @@ -33,7 +36,7 @@ #include -int MDF ber_oidc(ODR o, Odr_oid *p) +int ber_oidc(ODR o, Odr_oid *p) { int len, lenp, end; int pos, n, res, id;