X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=d996cd6d67123fdf669d10360a573c499f640471;hb=5c017d34db6ea43ee6a95b8c462b9b824c26fbb8;hp=c16c369a7d74b4f9b3305747e603775585a4cabf;hpb=eb092d99708bd6dbf4f1c46c6f478ed1285b48e0;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index c16c369..d996cd6 100644 --- a/src/client.h +++ b/src/client.h @@ -85,6 +85,7 @@ int client_get_diagnostic(struct client *cl); 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); #endif