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:
ca1469b
)
added helper functions
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 20 Jul 2010 15:56:17 +0000
(17:56 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 20 Jul 2010 15:56:17 +0000
(17:56 +0200)
include/yaz/facet.h
patch
|
blob
|
history
diff --git
a/include/yaz/facet.h
b/include/yaz/facet.h
index
d5ae035
..
691024d
100644
(file)
--- a/
include/yaz/facet.h
+++ b/
include/yaz/facet.h
@@
-49,6
+49,9
@@
YAZ_EXPORT
void facetattrs( Z_AttributeList *attributes, struct attrvalues *av );
YAZ_EXPORT
+Z_FacetList *extract_facet_request(ODR odr, Z_OtherInformation *search_input);
+
+YAZ_EXPORT
Z_Term *term_create(ODR odr, const char *cstr);
YAZ_EXPORT