X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fber_oid.c;h=58b76379b99e4c1a10ccc1a7f03e9f722ca5e56e;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=d6012a6ecf471e90464e3ccff3ff2138b7a9df20;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82;p=yaz-moved-to-github.git diff --git a/odr/ber_oid.c b/odr/ber_oid.c index d6012a6..58b7637 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.7 1995-05-16 08:50:47 quinn + * Revision 1.8 1995-09-27 15:02:56 quinn + * Modified function heads & prototypes. + * + * Revision 1.7 1995/05/16 08:50:47 quinn * License, documentation, and memory fixes * * Revision 1.6 1995/04/18 08:15:18 quinn @@ -30,7 +33,7 @@ #include -int ber_oidc(ODR o, Odr_oid *p) +int MDF ber_oidc(ODR o, Odr_oid *p) { int len, lenp, end; int pos, n, res, id;