X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient.h;h=e5861b39c01de6423982d783710d1d289e99064d;hb=6f0fb96be98c7e6c5829e9e24567e653b66af371;hp=10b3fb46b3a9247e2fe32ed0aaea08a8f595d938;hpb=5547f753b2d9df6dfd031ce9e891751ddba1c173;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 10b3fb4..e5861b3 100644 --- a/src/client.h +++ b/src/client.h @@ -86,7 +86,8 @@ struct client *client_next_in_session(struct client *cl); int client_parse_query(struct client *cl, const char *query, facet_limits_t facet_limits, const char *startrecs, - const char *maxrecs); + const char *maxrecs, + CCL_bibset bibset); Odr_int client_get_hits(struct client *cl); Odr_int client_get_approximation(struct client *cl); int client_get_num_records(struct client *cl);