X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=d16f3fb9408f6f8ece04000469df5cbccbd912c4;hb=ad96f98478e2e653c503ae3cbfc3a3b80f0c5a1b;hp=ebd3ff6031f259190a6366ebe35cb783167eb040;hpb=d579e101fd5f58fef6eed1ca3213a2be3127daa2;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index ebd3ff6..d16f3fb 100644 --- a/src/session.h +++ b/src/session.h @@ -168,7 +168,7 @@ void show_single_stop(struct session *s, struct record_cluster *rec); struct termlist_score **termlist(struct session *s, const char *name, int *num); int session_set_watch(struct session *s, int what, session_watchfun fun, void *data, struct http_channel *c); int session_active_clients(struct session *s); -int session_preferred_clients_ready(struct session *s); +int session_is_preferred_clients_ready(struct session *s); void session_apply_setting(struct session *se, char *dbname, char *setting, char *value); const char *session_setting_oneval(struct session_database *db, int offset);