X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=b55012945a53d7302a146e3cce6947adb0ab2b13;hb=3808f9f8fa135b8f93659c2f4a18ee375ca05425;hp=4d23481a51a2825998490a9b302bf32cf7625c47;hpb=ce617dd90a2dc6632e7475ab73a887e0fb472c5c;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index 4d23481..b550129 100644 --- a/src/client.h +++ b/src/client.h @@ -73,7 +73,7 @@ void client_disconnect(struct client *cl); int client_prep_connection(struct client *cl, int operation_timeout, int session_timeout, iochan_man_t iochan, - const struct timespec *abstime); + const struct timeval *abstime); void client_start_search(struct client *cl); void client_set_session(struct client *cl, struct session *se); int client_is_active(struct client *cl); @@ -94,6 +94,9 @@ void client_incref(struct client *c); void client_got_records(struct client *c); void client_lock(struct client *c); void client_unlock(struct client *c); + +int client_has_facet(struct client *cl, const char *name); + #endif /*