X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ffacet.h;h=d51b2efb79c9e6412a25c7ddfe362401dbb9e823;hp=8a22208f2d7796ab2011fd7e90cb74bff4cb96ec;hb=b23a551976e442c5cbb0ee4aa46768904dd57ccf;hpb=0ca041667b871556ef285fe708cf70c6acef64a7 diff --git a/include/yaz/facet.h b/include/yaz/facet.h index 8a22208..d51b2ef 100644 --- a/include/yaz/facet.h +++ b/include/yaz/facet.h @@ -69,9 +69,6 @@ void yaz_facet_attr_get_z_attributes(const Z_AttributeList *attributes, struct yaz_facet_attr *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 @@ -91,6 +88,12 @@ Z_FacetList* facet_list_create(ODR odr, int num_facets); YAZ_EXPORT void facet_list_field_set(ODR odr, Z_FacetList *list, Z_FacetField *field, int index); +YAZ_EXPORT +void yaz_oi_set_facetlist( + Z_OtherInformation **otherInformation, ODR odr, Z_FacetList *facet_list); + +YAZ_EXPORT +Z_FacetList *yaz_oi_get_facetlist(Z_OtherInformation **otherInformation); YAZ_END_CDECL