From: Dennis Schafroth Date: Thu, 12 Apr 2012 13:05:14 +0000 (+0200) Subject: Add version to perform_termlist X-Git-Tag: v1.6.13~58^2~1 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2128468a4d09c2dff74dc6143a08333c22f6c67c;p=pazpar2-moved-to-github.git Add version to perform_termlist --- diff --git a/src/session.h b/src/session.h index 0dd7295..209b33c 100644 --- a/src/session.h +++ b/src/session.h @@ -186,8 +186,7 @@ void session_alert_watch(struct session *s, int what); void add_facet(struct session *s, const char *type, const char *value, int count); -void perform_termlist(struct http_channel *c, struct session *se, - const char *name, int num); +void perform_termlist(struct http_channel *c, struct session *se, const char *name, int num, int version); void session_log(struct session *s, int level, const char *fmt, ...) #ifdef __GNUC__ __attribute__ ((format (printf, 3, 4)))