New optional argument, startrecs, for cmd=search
[pazpar2-moved-to-github.git] / src / client.h
index d996cd6..93b2e32 100644 (file)
@@ -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