X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=4b9df818f34ba28fb3cb859f953d40101d3e7161;hb=c00021ca63c39b965a6c02c51f56d359b9cba4b3;hp=e3e976b1c2cd845d776cbbcc8279d8d76412f941;hpb=e199777080c6fa0963d51b7df1763fd5286ca9a4;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index e3e976b..4b9df81 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,8 +1,5 @@ -/* $Id: api.h,v 1.53 2007-10-31 16:56:14 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2010 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -398,6 +395,10 @@ YAZ_EXPORT ZEBRA_RES zebra_compact(ZebraHandle zh); YAZ_EXPORT +ZEBRA_RES zebra_repository_index(ZebraHandle zh, const char *path, + enum zebra_recctrl_action_t action); + +YAZ_EXPORT ZEBRA_RES zebra_repository_update(ZebraHandle zh, const char *path); YAZ_EXPORT @@ -596,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