X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecstat.c;h=dc904b0e521a15394d2109d38df4449b24953d06;hb=eaa8c71186392f0d2a1ab714dc6f3f0a4da71d03;hp=c5cd78d5c2504ebc59749671efb908598aa5175c;hpb=f4c557cfebb4fa779a858c7d305081d4d92578da;p=idzebra-moved-to-github.git diff --git a/index/recstat.c b/index/recstat.c index c5cd78d..dc904b0 100644 --- a/index/recstat.c +++ b/index/recstat.c @@ -4,7 +4,14 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recstat.c,v $ - * Revision 1.3 1996-06-04 10:19:00 adam + * Revision 1.5 1997-09-17 12:19:17 adam + * Zebra version corresponds to YAZ version 1.4. + * Changed Zebra server so that it doesn't depend on global common_resource. + * + * Revision 1.4 1997/09/09 13:38:08 adam + * Partial port to WIN95/NT. + * + * Revision 1.3 1996/06/04 10:19:00 adam * Minor changes - removed include of ctype.h. * * Revision 1.2 1996/05/14 14:04:34 adam @@ -22,13 +29,14 @@ #include #include #include +#ifndef WINDOWS #include - +#endif #include "recindxp.h" -void rec_prstat (void) +void rec_prstat (BFiles bfs) { - Records records = rec_open (0); + Records records = rec_open (bfs, 0); int i; int total_bytes = 0;