X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=8745abe54af0156f48081fb1dc2444e79ff544b4;hb=72d323b0b9aaaa1a5fb06afe8239c9a962b33bac;hp=afb18dd485fa63df1c74ace4bcf6f8c50aac03b3;hpb=d718b7972b80d034846b2b95f4deba8665395b46;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index afb18dd..8745abe 100644 --- a/src/client.h +++ b/src/client.h @@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CLIENT_H #include "facet_limit.h" +#include "reclists.h" struct client; struct connection; @@ -79,7 +80,9 @@ int client_prep_connection(struct client *cl, iochan_man_t iochan, const struct timeval *abstime); int client_start_search(struct client *cl); +int client_parse_init(struct client *cl, int same_search); int client_parse_range(struct client *cl, const char *startrecs, const char *maxrecs); +int client_parse_sort(struct client *cl, struct reclist_sortparms *sp); void client_set_session(struct client *cl, struct session *se); int client_is_active(struct client *cl); int client_is_active_preferred(struct client *cl);