X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=4a7521784f4511bc8039e77bde597b66dc532b18;hb=570bf3746bef524124e2a90a2999981a1c734b20;hp=c8bcad895131748571713eac4f38bfbdd543683d;hpb=53f50a1b1dd002ef484a41f50f3598386335cae1;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index c8bcad8..4a75217 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.49 2007-05-08 12:50:04 adam Exp $ +/* $Id: api.h,v 1.52 2007-08-21 13:27:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -65,6 +65,7 @@ typedef struct { typedef struct { zint occurrences; /* scan term occurrences */ char *term; /* scan term string */ + char *display_term; /* display scan term entry */ } ZebraScanEntry; /** \var ZebraHandle @@ -161,6 +162,14 @@ char *zebra_errAdd(ZebraHandle zh); YAZ_EXPORT void zebra_result(ZebraHandle zh, int *code, char **addinfo); + +/** \brief Returns character set encoding for session + \param zh zebra session handle. + \returns encoding name (e.g. "iso-8859-1") +*/ +YAZ_EXPORT +const char *zebra_get_encoding(ZebraHandle zh); + /** \brief Set limit before Zebra does approx hit count \param zh session handle \param approx_limit the limit @@ -404,7 +413,6 @@ ZEBRA_RES zebra_repository_show(ZebraHandle zh, const char *path); This function is a simple wrapper or zebra_update_record with action=action_update (insert or replace) . */ -YAZ_EXPORT YAZ_EXPORT ZEBRA_RES zebra_add_record(ZebraHandle zh, const char *buf, int buf_size);