From: Dennis Schafroth Date: Fri, 3 Sep 2010 11:34:07 +0000 (+0200) Subject: Rename function X-Git-Tag: v1.5.0~20 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3977c8df676dae5ee5019a7f63489f08243987f4;p=pazpar2-moved-to-github.git Rename function --- 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);