X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.h;h=88d46c171d1f6f44afa56b216fcbfc4a391b2428;hb=ebad7ddfa52ac22000c1ff6178fd3bd962b46dcd;hp=b55012945a53d7302a146e3cce6947adb0ab2b13;hpb=caf297c756572e02832351e97295a4469a0ce0f2;p=pazpar2-moved-to-github.git diff --git a/src/client.h b/src/client.h index b550129..88d46c1 100644 --- a/src/client.h +++ b/src/client.h @@ -77,6 +77,7 @@ int client_prep_connection(struct client *cl, 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); struct client *client_next_in_session(struct client *cl); int client_parse_query(struct client *cl, const char *query); @@ -96,6 +97,7 @@ void client_lock(struct client *c); void client_unlock(struct client *c); int client_has_facet(struct client *cl, const char *name); +void client_check_preferred_watch(struct client *cl); #endif