X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzserver.h;h=ba264e86725b3a0a1ab6b27b9217e943c7fefb52;hp=77c7db6f9a2fc0d6e45af84753938a012a5035c1;hb=f1a944fbdac20e88bf55918f2a4f66c301d684e2;hpb=c8bb72d81cc3496fdfc7143e6fa5216fdb1a60f9 diff --git a/index/zserver.h b/index/zserver.h index 77c7db6..ba264e8 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zserver.h,v 1.52 2002-02-20 17:30:01 adam Exp $ + * $Id: zserver.h,v 1.53 2002-03-20 20:24:30 adam Exp $ */ #if HAVE_SYS_TIMES_H @@ -164,6 +164,9 @@ RSET resultSetRef (ZebraHandle zh, Z_ResultSetId *resultSetId); void resultSetDestroy (ZebraHandle zh, int num_names, char **names, int *statuses); +const char *zebra_resultSetTerms (ZebraHandle zh, const char *setname, + int no, int *count, int *no_max); + ZebraPosSet zebraPosSetCreate (ZebraHandle zh, const char *name, int num, int *positions); void zebraPosSetDestroy (ZebraHandle zh, ZebraPosSet records, int num);