X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fotherinfo.h;h=3c936ee3361b5eeb1b1b96a3412c815fac02be9c;hp=1660f37e804caf63bf197de32a4340988a8ca73f;hb=a856c901f082e75a18f21734b47e89fa5534c8f7;hpb=be351d15fb835ad4d9d39b34016eef3cf3bf0c99 diff --git a/include/yaz/otherinfo.h b/include/yaz/otherinfo.h index 1660f37..3c936ee 100644 --- a/include/yaz/otherinfo.h +++ b/include/yaz/otherinfo.h @@ -45,6 +45,17 @@ Z_OtherInformationUnit *yaz_oi_update ( const Odr_oid *oid, int categoryValue, int delete_flag); YAZ_EXPORT +void yaz_oi_set_facetlist_oid ( + Z_OtherInformation **otherInformation, ODR odr, + const Odr_oid *oid, int categoryValue, + Z_FacetList *facet_list); + +YAZ_EXPORT +Z_FacetList *yaz_oi_get_facetlist_oid ( + Z_OtherInformation **otherInformation, ODR odr, + const Odr_oid *oid, int categoryValue, int delete_flag); + +YAZ_EXPORT void yaz_oi_set_string_oid ( Z_OtherInformation **otherInformation, ODR odr, const Odr_oid *oid, int categoryValue,