X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr.c;h=520673d7d27b66dae236fbaada3dfccaa7f0ac7d;hp=a2e443c0385e3f605260f784f1bf84ab6a2424f1;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/odr/odr.c b/odr/odr.c index a2e443c..520673d 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr.c,v $ - * Revision 1.30 1999-08-27 09:40:32 adam + * Revision 1.31 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.30 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.29 1999/04/27 08:34:10 adam @@ -107,8 +110,8 @@ #include #include -#include -#include +#include +#include Odr_null *ODR_NULLVAL = "NULL"; /* the presence of a null value */ @@ -153,7 +156,7 @@ void odr_setprint(ODR o, FILE *file) o->print = file; } -#include +#include ODR odr_createmem(int direction) {