X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fsession.h;h=5cf1fc170893f09dce7effff684e912b781ce97b;hb=6f0fb96be98c7e6c5829e9e24567e653b66af371;hp=17d805f0097f5527bbbd9d4127aed46946e67433;hpb=eb673212c641c36afba4cd502e283247de52a015;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 17d805f..5cf1fc1 100644 --- a/src/session.h +++ b/src/session.h @@ -175,8 +175,6 @@ struct record_cluster *show_single_start(struct session *s, const char *id, struct record_cluster **prev_r, struct record_cluster **next_r); void show_single_stop(struct session *s, struct record_cluster *rec); -struct termlist_score **get_termlist_score(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_is_preferred_clients_ready(struct session *s);