projects
/
yaz-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:
4c97c44
)
Add yaz_pqf_parse_facet_list
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 19 Jul 2010 15:18:23 +0000
(17:18 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 19 Jul 2010 15:18:23 +0000
(17:18 +0200)
include/yaz/pquery.h
patch
|
blob
|
history
diff --git
a/include/yaz/pquery.h
b/include/yaz/pquery.h
index
79c49fd
..
a381db9
100644
(file)
--- a/
include/yaz/pquery.h
+++ b/
include/yaz/pquery.h
@@
-53,6
+53,8
@@
YAZ_EXPORT Z_AttributeList *yaz_pqf_scan_attribute_list(YAZ_PQF_Parser p, ODR o,
Odr_oid **attributeSetId,
const char *qbuf);
+YAZ_EXPORT
+Z_FacetList *yaz_pqf_parse_facet_list(ODR odr, const char *args );
YAZ_EXPORT void yaz_pqf_destroy(YAZ_PQF_Parser p);