X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=1886b5ba43bffe035eddc33ff3343b52a73ea56c;hb=2cb08a89ee65d8ae2646b91dcf27bc3883759691;hp=9cbb6fa5992a1e1143351f9dede045f5a3fa5c98;hpb=86277fd5ab0909de99a3e81b92d087ae45882a4a;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 9cbb6fa..1886b5b 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.23 2005-05-09 10:16:12 adam Exp $ +/* $Id: api.h,v 1.24 2005-05-24 11:35:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -237,6 +237,18 @@ int zebra_deleteResultSet(ZebraHandle zh, int function, int num_setnames, char **setnames, int *statuses); + + +YAZ_EXPORT +ZEBRA_RES zebra_result_set_term_no(ZebraHandle zh, const char *setname, + int *num_terms); + +YAZ_EXPORT +ZEBRA_RES zebra_result_set_term_info(ZebraHandle zh, const char *setname, + int no, zint *count, int *approx, + char *termbuf, size_t *termlen); + + /** \fn ZEBRA_RES zebra_scan(ZebraHandle zh, ODR stream, \ Z_AttributesPlusTerm *zapt, oid_value attributeset, \