X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=odr%2Fodr_tag.c;h=ccbd7803f9b6d626aeb2343b8504fc23ba5a4b8f;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=4c5a2b744ef7fa99815b977a5751dd263ef62a3a;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/odr/odr_tag.c b/odr/odr_tag.c index 4c5a2b7..ccbd780 100644 --- a/odr/odr_tag.c +++ b/odr/odr_tag.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr_tag.c,v $ - * Revision 1.3 1995-05-16 08:51:00 quinn + * Revision 1.4 1995-09-27 15:03:00 quinn + * Modified function heads & prototypes. + * + * Revision 1.3 1995/05/16 08:51:00 quinn * License, documentation, and memory fixes * * Revision 1.2 1995/03/08 12:12:31 quinn @@ -17,7 +20,7 @@ #include -int odr_implicit_settag(ODR o, int class, int tag) +int MDF odr_implicit_settag(ODR o, int class, int tag) { if (o->error) return 0;