X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=64af3a3ccb083f6846bfecd4eea3c6a1894459a9;hp=4a7521784f4511bc8039e77bde597b66dc532b18;hb=a030c87bc444608639905eca95e29f84a4f1d991;hpb=5623222cf968d493c2bc9506c42b8344de60c4e5 diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 4a75217..64af3a3 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,8 +1,5 @@ -/* $Id: api.h,v 1.52 2007-08-21 13:27:04 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-2011 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 @@ -328,14 +325,15 @@ ZEBRA_RES zebra_auth(ZebraHandle zh, const char *user, const char *pass); /** \brief Normalize zebra term for register (subject to change!) \param zh session handle - \param reg_id register ID, 'w', 'p',.. + \param index_type "w", "p",.. \param input_str input string buffer \param input_len input string length \param output_str output string buffer \param output_len output string length */ YAZ_EXPORT -int zebra_string_norm(ZebraHandle zh, unsigned reg_id, const char *input_str, +int zebra_string_norm(ZebraHandle zh, const char *index_type, + const char *input_str, int input_len, char *output_str, int output_len); /** \brief Creates a database @@ -397,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 @@ -508,6 +510,9 @@ ZEBRA_RES zebra_set_break_handler(ZebraHandle zh, int (*f)(void *client_data), void *client_data); +YAZ_EXPORT +ZEBRA_RES zebra_register_check(ZebraHandle zh, int verbose_level); + YAZ_END_CDECL /** \mainpage Zebra @@ -595,6 +600,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