X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=4bb7d3fd759ed2c01b1a6818a625d95ceecb6833;hb=6441ecad8fa8d7bab64a58857ea025458aa5332d;hp=8179b4401fdeb427e9f6b1219b5cbdad8c95b19f;hpb=21f90a8618faec6bee8d125c12088b74db8eb8b9;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 8179b44..4bb7d3f 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.47 2007-03-14 11:48:31 adam Exp $ +/* $Id: api.h,v 1.50 2007-05-09 07:42:46 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -32,7 +32,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define IDZEBRA_API_H #include -#include #include #include #include @@ -56,7 +55,7 @@ typedef struct { int position; /* position of record in result set (1,2,..) */ char *buf; /* record buffer (void pointer really) */ int len; /* length */ - oid_value format; /* record syntax */ + const Odr_oid *format; /* record syntax */ char *base; zint sysno; int score; @@ -221,7 +220,7 @@ YAZ_EXPORT ZEBRA_RES zebra_records_retrieve(ZebraHandle zh, ODR stream, const char *setname, Z_RecordComposition *comp, - oid_value input_format, + const Odr_oid *input_format, int num_recs, ZebraRetrievalRecord *recs); /** \brief Deletes one or more resultsets @@ -288,7 +287,7 @@ ZEBRA_RES zebra_result_set_term_info(ZebraHandle zh, const char *setname, */ YAZ_EXPORT ZEBRA_RES zebra_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, - oid_value attributeset, + const Odr_oid *attributeset, int *position, int *num_entries, ZebraScanEntry **entries, int *is_partial, @@ -405,7 +404,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);