Added function zebra_create_rset_isam .
[idzebra-moved-to-github.git] / index / index.h
index 2bbb61a..a123b30 100644 (file)
@@ -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