X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=d7f3efbdc3f68e57988be2363042d580c0be08dc;hb=48e0165508cf435576b6b479ef504d9fba7da66a;hp=e8eceb79ac3f96344333df3861d0be3ae0618a9d;hpb=8ffa7e44afe1ae74ec07278d0bcc93b388c39871;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index e8eceb7..d7f3efb 100644 --- a/src/session.h +++ b/src/session.h @@ -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 /*