X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=275b294e5a950e950ca76d6e7b59628f165ba286;hb=ee0c5796c67648c25249bf34c035d512f98e87b4;hp=0b1d413b80f30e68db3a0fea97ad30d5fdcddfc0;hpb=942a772d08b2e0eb14ad66549daa08bbb0c1fe94;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 0b1d413..275b294 100644 --- a/src/client.h +++ b/src/client.h @@ -77,8 +77,7 @@ 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, const char *sort_strategy_and_spec, - int increasing); +void client_start_search(struct client *cl); 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);