X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_espec.c;h=4b0ee907ffcc373638062a455387b8c17db9869d;hb=548d8ab9b0b5930db27643b47fc55afce5511219;hp=48d54f3dd96721da73b129e673f1acdeb5042a77;hpb=18ed9f15a489511014d4384a53b27e35824dd831;p=yaz-moved-to-github.git diff --git a/retrieval/d1_espec.c b/retrieval/d1_espec.c index 48d54f3..4b0ee90 100644 --- a/retrieval/d1_espec.c +++ b/retrieval/d1_espec.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_espec.c,v $ - * Revision 1.17 1999-10-21 12:06:29 adam + * Revision 1.18 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.17 1999/10/21 12:06:29 adam * Retrieval module no longer uses ctype.h - functions. * * Revision 1.16 1999/08/27 09:40:32 adam @@ -72,10 +75,11 @@ #include #include #include -#include -#include -#include -#include + +#include +#include +#include +#include static Z_Variant *read_variant(int argc, char **argv, NMEM nmem, const char *file, int lineno)