X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=a123b30aa2ed53c63d642c43d18a9174a9cfa390;hb=d58c970cc76247dc3f7f263bf235daf6177695af;hp=2bbb61aab8171ad27fe88b031ea9cc47cffede4a;hpb=3731bdaf94aeba2550fc553aebe34831c203dc36;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 2bbb61a..a123b30 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.210 2007-11-30 12:19:08 adam Exp $ +/* $Id: index.h,v 1.212 2007-12-03 13:04:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -449,6 +449,13 @@ ZEBRA_RES zebra_result_recid_to_sysno(ZebraHandle zh, zint recid, zint *sysnos, int *no_sysnos); +void zebra_count_set(ZebraHandle zh, RSET rset, zint *count, + zint approx_limit); + +RSET zebra_create_rset_isam(ZebraHandle zh, + NMEM rset_nmem, struct rset_key_control *kctl, + int scope, ISAM_P pos, TERMID termid); + YAZ_END_CDECL #endif