X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=a42c6773f2f900c1ea9606b859f7c16d7e4241c7;hb=404739981f08f588c670e3fc272c547bde5ac5ae;hp=5488fd99e9c4b26ad9ca480b3e69e206c594784e;hpb=4097bac1dce126e79ce1550fad8b2034a311ff80;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 5488fd9..a42c677 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,8 +1,5 @@ -/* $Id: api.h,v 1.54 2007-12-20 11:15:41 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-2009 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 @@ -399,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); @@ -600,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