Change return type for a zebra_add_record + zebra_repository functions to
[idzebra-moved-to-github.git] / index / index.h
index f795daf..aa33cc5 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.164 2006-05-19 23:45:29 adam Exp $
+/* $Id: index.h,v 1.165 2006-05-30 13:21:14 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -471,6 +471,10 @@ ZEBRA_RES zebra_sort_get_ord(ZebraHandle zh,
                              int *ord,
                              int *numerical);
 
+ZEBRA_RES zebra_update_file_match(ZebraHandle zh, const char *path);
+ZEBRA_RES zebra_update_from_path(ZebraHandle zh, const char *path);
+ZEBRA_RES zebra_delete_from_path(ZebraHandle zh, const char *path);
+
 YAZ_END_CDECL
 
 #endif