From e20b3a5698a749237de8a93fa4e707a3f6dc4f64 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 22 Jul 2010 17:23:04 +0200 Subject: [PATCH] add_facet made public. Use by client to report facets by targets --- src/session.h | 2 ++ 1 file changed, 2 insertions(+) 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 /* -- 1.7.10.4