From 4b0c7486973ba19ced60372e9ac34d653d76f6bf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Sep 2013 15:26:45 +0200 Subject: [PATCH] Make yaz_oi_set_facetlist public --- include/yaz/facet.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4