X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=fcb4c9cc5b73fc322d318491352a709e96c5c565;hb=99575a52d01778b69909e5daf273c71651131cfc;hp=52c8691a68da4d449a35ef7682290efb35ba1a9d;hpb=6ff7cb53029747ad6ac60fde903630ea063b5218;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 52c8691..fcb4c9c 100644 --- a/src/client.h +++ b/src/client.h @@ -24,6 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef CLIENT_H #define CLIENT_H +#include "facet_limit.h" + struct client; struct connection; @@ -80,7 +82,8 @@ int client_is_active(struct client *cl); int client_is_active_preferred(struct client *cl); struct client *client_next_in_session(struct client *cl); -int client_parse_query(struct client *cl, const char *query); +int client_parse_query(struct client *cl, const char *query, + facet_limits_t facet_limits); Odr_int client_get_hits(struct client *cl); int client_get_num_records(struct client *cl); int client_get_diagnostic(struct client *cl);