Index statistics working again
[idzebra-moved-to-github.git] / index / zebraapi.h
index 0bc5099..1b822b3 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: zebraapi.h,v 1.14 2002-04-04 14:14:13 adam Exp $
+ * $Id: zebraapi.h,v 1.16 2002-04-26 08:44:47 adam Exp $
  */
 
 #ifndef ZEBRAAPI_H
@@ -149,7 +149,11 @@ int zebra_select_databases (ZebraHandle zh, int num_bases,
 YAZ_EXPORT
 int zebra_select_database (ZebraHandle zh, const char *basename);
 
+YAZ_EXPORT
+void zebra_shadow_enable (ZebraHandle zh, int value);
 
+YAZ_EXPORT
+void zebra_register_statistics (ZebraHandle zh);
 
 YAZ_END_CDECL                                
 #endif