Ensure facet norm is null (leave as is) by default
[pazpar2-moved-to-github.git] / src / client.h
index b550129..88d46c1 100644 (file)
@@ -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