X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=retrieval%2Fd1_prtree.c;h=2165168e53ed5d9b01f14ac9c284a4e7a17247fe;hp=8ed42c3f2a351c7f3e312ec1f7a34a8ff94b7c07;hb=30cfc59b71c25923e2e9cfb63c310c095bb3b6c1;hpb=87ef7657b92bc53bd98e18ef5046ae3698a7fb01 diff --git a/retrieval/d1_prtree.c b/retrieval/d1_prtree.c index 8ed42c3..2165168 100644 --- a/retrieval/d1_prtree.c +++ b/retrieval/d1_prtree.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_prtree.c,v $ - * Revision 1.5 1999-01-25 13:49:47 adam + * Revision 1.6 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.5 1999/01/25 13:49:47 adam * Made data1_pr_tree make better printing of data1 buffers. * * Revision 1.4 1998/05/18 13:07:06 adam @@ -23,8 +26,8 @@ * */ -#include -#include +#include +#include static void pr_string (FILE *out, const char *str, int len) {