X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=a123b30aa2ed53c63d642c43d18a9174a9cfa390;hb=b2084f54a96f78eede08dda6f98d5ee1f502e91b;hp=bc631cf0b94848676cee560d28c8773bb46fdc5e;hpb=ebc8a5296010dd0379bf7ae81b6c31145f8e85a7;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index bc631cf..a123b30 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.211 2007-12-03 11:49:11 adam Exp $ +/* $Id: index.h,v 1.212 2007-12-03 13:04:04 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -452,6 +452,10 @@ ZEBRA_RES zebra_result_recid_to_sysno(ZebraHandle zh, 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