Show command may re-search for targets that support it
[pazpar2-moved-to-github.git] / src / client.h
index 743a509..d7da767 100644 (file)
@@ -76,7 +76,8 @@ int client_prep_connection(struct client *cl,
                            int operation_timeout, int session_timeout,
                            iochan_man_t iochan,
                            const struct timeval *abstime);
-void client_start_search(struct client *cl);
+void client_start_search(struct client *cl, const char *sort_strategy,
+    const char *sort_spec);
 void client_set_session(struct client *cl, struct session *se);
 int client_is_active(struct client *cl);
 int client_is_active_preferred(struct client *cl);