X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=985e1b5a1581eec48e2985865bc119edaa2acd99;hb=918c8b1ec479083d82c390d5dceb4899654cb666;hp=3fb6b1de87efc170510ddef1846c5ff149aee58f;hpb=2a0be28b861bf340b8213ad17438daf49e5cb8b0;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 3fb6b1d..985e1b5 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.177 2006-09-21 08:39:14 adam Exp $ +/* $Id: index.h,v 1.178 2006-09-21 20:22:34 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -299,11 +299,11 @@ ZEBRA_RES rpn_search_top(ZebraHandle zh, Z_RPNStructure *zs, int num_bases, char **basenames, RSET *result_set); -ZEBRA_RES rpn_scan (ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, - oid_value attributeset, - int num_bases, char **basenames, - int *position, int *num_entries, ZebraScanEntry **list, - int *is_partial, RSET limit_set, int return_zero); +ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, + oid_value attributeset, + int num_bases, char **basenames, + int *position, int *num_entries, ZebraScanEntry **list, + int *is_partial, RSET limit_set); RSET rset_trunc(ZebraHandle zh, ISAM_P *isam_p, int no, const char *term, int length_term, const char *flags,