X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fclient.h;h=31a4840b9309ef56f44a0a62935eae6685969c0d;hb=ccf3507349789d9142580e96453883ce04cc2939;hp=ff2e34b1410a553df7234bf4b3c938fd66fe0c44;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index ff2e34b..31a4840 100644 --- a/src/client.h +++ b/src/client.h @@ -72,7 +72,8 @@ void client_destroy(struct client *c); void client_set_connection(struct client *cl, struct connection *con); void client_disconnect(struct client *cl); int client_prep_connection(struct client *cl, - int operation_timeout, int session_timeout); + int operation_timeout, int session_timeout, + iochan_man_t iochan); void client_start_search(struct client *cl); void client_set_session(struct client *cl, struct session *se); int client_is_active(struct client *cl);