From: Dennis Schafroth Date: Tue, 20 Jul 2010 15:56:17 +0000 (+0200) Subject: added helper functions X-Git-Tag: v4.0.12~34 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=47776291269d5c75e61a6d2475d411c458f7bef5 added helper functions --- diff --git a/include/yaz/facet.h b/include/yaz/facet.h index d5ae035..691024d 100644 --- 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