projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6dfd5
)
Add version to perform_termlist
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 12 Apr 2012 13:05:14 +0000
(15:05 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 12 Apr 2012 13:05:14 +0000
(15:05 +0200)
src/session.h
patch
|
blob
|
history
diff --git
a/src/session.h
b/src/session.h
index
0dd7295
..
209b33c
100644
(file)
--- 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)))