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:
15e7414
)
New method for parsing AttributeList used by facets.
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:26:36 +0000
(22:26 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 13 Jul 2010 20:26:36 +0000
(22:26 +0200)
include/yaz/pquery.h
patch
|
blob
|
history
diff --git
a/include/yaz/pquery.h
b/include/yaz/pquery.h
index
ddcd5dc
..
79c49fd
100644
(file)
--- a/
include/yaz/pquery.h
+++ b/
include/yaz/pquery.h
@@
-48,6
+48,12
@@
YAZ_EXPORT Z_RPNQuery *yaz_pqf_parse(YAZ_PQF_Parser p, ODR o,
YAZ_EXPORT Z_AttributesPlusTerm *yaz_pqf_scan(YAZ_PQF_Parser p, ODR o,
Odr_oid **attributeSetId,
const char *qbuf);
+
+YAZ_EXPORT Z_AttributeList *yaz_pqf_scan_attribute_list(YAZ_PQF_Parser p, ODR o,
+ Odr_oid **attributeSetId,
+ const char *qbuf);
+
+
YAZ_EXPORT void yaz_pqf_destroy(YAZ_PQF_Parser p);
YAZ_EXPORT int yaz_pqf_error(YAZ_PQF_Parser p, const char **msg, size_t *off);