X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ffacet.h;h=079f3711b82b68f907d6899a16d9bb5583b889a5;hp=4455980d01a324f48e7f48eea901aaac53829a92;hb=4b0c7486973ba19ced60372e9ac34d653d76f6bf;hpb=2edd9764942ec2d62cabcb4190a69921c60af293 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