From: Dennis Schafroth Date: Thu, 22 Jul 2010 15:23:04 +0000 (+0200) Subject: add_facet made public. Use by client to report facets by targets X-Git-Tag: v1.4.4~42 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e20b3a5698a749237de8a93fa4e707a3f6dc4f64;p=pazpar2-moved-to-github.git add_facet made public. Use by client to report facets by targets --- 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 /*