X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=93b2e328435f2d0f9525d1f14230610afa0fdfcf;hb=83518ddb5165d783b37a0244bb0f3c79cd1b8398;hp=d996cd6d67123fdf669d10360a573c499f640471;hpb=cf2dad3bd916c60c0ba23bf72ee1c2348f13dd33;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index d996cd6..93b2e32 100644 --- a/src/client.h +++ b/src/client.h @@ -86,6 +86,7 @@ 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