Add pazpar2_sleep utility
[pazpar2-moved-to-github.git] / src / client.h
index e03efac..e746efa 100644 (file)
@@ -90,7 +90,8 @@ 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);
 void client_remove_from_session(struct client *c);
-
+void client_incref(struct client *c);
+void client_got_records(struct client *c);
 #endif
 
 /*