New settings for termlists
[pazpar2-moved-to-github.git] / src / session.h
index e8eceb7..d7f3efb 100644 (file)
@@ -176,6 +176,8 @@ int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem);
 void session_alert_watch(struct session *s, int what);
 void pull_terms(NMEM nmem, struct ccl_rpn_node *n, char **termlist, int *num);
 
+void add_facet(struct session *s, const char *type, const char *value, int count);
+
 #endif
 
 /*