All patches
[idzebra-moved-to-github.git] / include / idzebra / api.h
index 20d01e9..a42c677 100644 (file)
@@ -396,7 +396,7 @@ ZEBRA_RES zebra_compact(ZebraHandle zh);
 
 YAZ_EXPORT 
 ZEBRA_RES zebra_repository_index(ZebraHandle zh, const char *path,
-                                 enum zebra_recctrl_action_t action);
+                                 enum zebra_recctrl_action_t action, char *useIndexDriver);
 
 YAZ_EXPORT 
 ZEBRA_RES zebra_repository_update(ZebraHandle zh, const char *path);
@@ -597,6 +597,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab