X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr_tag.c;h=543d529942324d755577e124d712e3a5784415f1;hp=3642f46baf1d75e0a71e8856bf0231629242d7c0;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/odr/odr_tag.c b/odr/odr_tag.c index 3642f46..543d529 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.9 1998-02-11 11:53:34 adam + * Revision 1.10 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.9 1998/02/11 11:53:34 adam * Changed code so that it compiles as C++. * * Revision 1.8 1997/05/14 06:53:59 adam @@ -33,7 +36,7 @@ * */ -#include +#include int odr_peektag(ODR o, int *zclass, int *tag, int *cons) {