X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=300caa7a1ac970229574379740ae548966ebf1c1;hb=8961ed761e348e972f00d015284ce75c16b1648c;hp=10b3fb46b3a9247e2fe32ed0aaea08a8f595d938;hpb=5547f753b2d9df6dfd031ce9e891751ddba1c173;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 10b3fb4..300caa7 100644 --- a/src/client.h +++ b/src/client.h @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** \file client.h - \brief Z39.50 client + \brief Z39.50 client */ #ifndef 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);