X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_tag.c;h=9e3ee323bd4b0b8ab3dde032459d304d8dd8b0b6;hb=d1a20e8d865a4ef50a024d5076f8aa2a8667500d;hp=ccbd7803f9b6d626aeb2343b8504fc23ba5a4b8f;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/odr/odr_tag.c b/odr/odr_tag.c index ccbd780..9e3ee32 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.4 1995-09-27 15:03:00 quinn + * Revision 1.5 1995-09-29 17:12:27 quinn + * Smallish + * + * Revision 1.4 1995/09/27 15:03:00 quinn * Modified function heads & prototypes. * * Revision 1.3 1995/05/16 08:51:00 quinn @@ -20,7 +23,7 @@ #include -int MDF odr_implicit_settag(ODR o, int class, int tag) +int odr_implicit_settag(ODR o, int class, int tag) { if (o->error) return 0;