X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=35a28d9561a6bdab53e3ae835527d4f6c4b9eff3;hb=b2efe0bbbbe5aca31a268882795cd6f67c6c6012;hp=c16c369a7d74b4f9b3305747e603775585a4cabf;hpb=6639c716d02ad6117ae6053ca18160dbb21a404a;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index c16c369..35a28d9 100644 --- a/src/client.h +++ b/src/client.h @@ -82,9 +82,12 @@ int client_parse_query(struct client *cl, const char *query); int client_get_hits(struct client *cl); int client_get_num_records(struct client *cl); int client_get_diagnostic(struct client *cl); +void client_set_diagnostic(struct client *cl, int diagnostic); void client_set_database(struct client *cl, struct session_database *db); struct host *client_get_host(struct client *cl); const char *client_get_url(struct client *cl); +void client_set_maxrecs(struct client *cl, int v); +void client_set_startrecs(struct client *cl, int v); #endif