X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=209b33cc5dd7002be134e2daab8b579331d905ae;hb=2128468a4d09c2dff74dc6143a08333c22f6c67c;hp=9d74fdb03c1691633701444fd1aabdf689a5ca55;hpb=ef0a61b93862f0bbb99b88f2d4460ad75509c814;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 9d74fdb..209b33c 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -141,6 +141,7 @@ struct hitsbytarget { int diagnostic; const char *addinfo; int records; + int filtered; const char *state; int connected; char *settings_xml; @@ -185,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)))