X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=aa33cc54ebcd3a8637dd2b88837fbdc25f1d9fab;hp=f795dafd31667ca2cb8a497cb71a27a527a60280;hb=fc83d98d346711f446d9f9a29cc2ff0eee398053;hpb=98d7e1e7378345d4d6b8b547ba25f2f0801b1a46 diff --git a/index/index.h b/index/index.h index f795daf..aa33cc5 100644 --- a/index/index.h +++ b/index/index.h @@ -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