projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3969326
)
add_facet made public. Use by client to report facets by targets
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 22 Jul 2010 15:23:04 +0000
(17:23 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 22 Jul 2010 15:23:04 +0000
(17:23 +0200)
src/session.h
patch
|
blob
|
history
diff --git
a/src/session.h
b/src/session.h
index
e8eceb7
..
d7f3efb
100644
(file)
--- 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
/*