Partial fix of bug #2338: Drop database does not free up space.
[idzebra-moved-to-github.git] / index / recindex.h
index d353c3c..68d0ac6 100644 (file)
@@ -86,7 +86,7 @@ ZEBRA_RES rec_close (Records *p);
 Records rec_open(BFiles bfs, int rw, int compression_method);
 
 char *rec_strdup(const char *s, size_t *len);
-void rec_prstat(Records p);
+void rec_prstat(Records p, int verbose);
 
 zint rec_sysno_to_int(zint sysno);