Added error-reporting for the case where a HTTP response is 200 OK but
[pazpar2-moved-to-github.git] / src / client.h
index c16c369..35a28d9 100644 (file)
@@ -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