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