From: Adam Dickmeiss Date: Thu, 12 Sep 2013 13:26:45 +0000 (+0200) Subject: Make yaz_oi_set_facetlist public X-Git-Tag: v5.0.0~39 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4b0c7486973ba19ced60372e9ac34d653d76f6bf Make yaz_oi_set_facetlist public --- diff --git a/include/yaz/facet.h b/include/yaz/facet.h index 4455980..079f371 100644 --- a/include/yaz/facet.h +++ b/include/yaz/facet.h @@ -93,6 +93,11 @@ void yaz_oi_set_facetlist( YAZ_EXPORT Z_FacetList *yaz_oi_get_facetlist(Z_OtherInformation **otherInformation); +YAZ_EXPORT +void yaz_oi_set_facetlist(Z_OtherInformation **otherInformation, ODR odr, + Z_FacetList *facet_list); + + YAZ_END_CDECL #endif