From 2128468a4d09c2dff74dc6143a08333c22f6c67c Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 12 Apr 2012 15:05:14 +0200 Subject: [PATCH] Add version to perform_termlist --- src/session.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))) -- 1.7.10.4