Add version to perform_termlist
authorDennis Schafroth <dennis@indexdata.com>
Thu, 12 Apr 2012 13:05:14 +0000 (15:05 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 12 Apr 2012 13:05:14 +0000 (15:05 +0200)
src/session.h

index 0dd7295..209b33c 100644 (file)
@@ -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)))