X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=54ccd6c56408c73e3d3005ecff37425130dfb7e0;hb=7b13bb9165493bdef71e929ebcdc02b6a6605aca;hp=44bd94c2d4817cc1eca0c4ac8dc792b8f7c50a12;hpb=5713967abc5e196bf652b60b75e125fe33e66222;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 44bd94c..54ccd6c 100644 --- a/src/session.h +++ b/src/session.h @@ -181,6 +181,7 @@ int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem); 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 session_log(struct session *s, int level, const char *fmt, ...)