X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=76e1bd49bf50dc9ab563ae554c5349434e07c0a4;hb=bfe7ce5c9c47f3f4ad1ac76d4232b9807d5ee158;hp=4511e4a71ffdb2aa8b033bd478f23dd977e13d7a;hpb=1aac6e217a6ff917fdacabec636aa00cbf2f3226;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 4511e4a..76e1bd4 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.205 2007-11-01 14:10:03 adam Exp $ +/* $Id: index.h,v 1.206 2007-11-01 14:56:07 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -436,6 +436,15 @@ ZEBRA_RES zebra_term_limits_APT(ZebraHandle zh, const char **term_ref_id_str, NMEM nmem); +ZEBRA_RES rpn_facet(ZebraHandle zh, ODR stream, NMEM nmem, + struct rset_key_control *kc, + Z_AttributesPlusTerm *zapt, + int *position, int *num_entries, + ZebraScanEntry **list, + int *is_partial, RSET limit_set, + const char *index_type, + int ord_no, int *ords); + YAZ_END_CDECL #endif