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