Change semantics of rank lead.
[pazpar2-moved-to-github.git] / src / client.h
index 10b3fb4..300caa7 100644 (file)
@@ -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);