X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fccl_xml.h;h=d2d9c3bf8d9e675eb0fef707610925967af2adf8;hb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;hp=ae61bf4d59f58165dc8e92e17bf949f011fa41ab;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431;p=yaz-moved-to-github.git diff --git a/include/yaz/ccl_xml.h b/include/yaz/ccl_xml.h index ae61bf4..d2d9c3b 100644 --- a/include/yaz/ccl_xml.h +++ b/include/yaz/ccl_xml.h @@ -37,6 +37,7 @@ YAZ_BEGIN_CDECL +#if YAZ_HAVE_XML2 /** \brief configures CCL bibset using XML configuration \param bibset CCL bibliographic profile \param ptr xml node pointer pointing to "cclmap" element @@ -64,7 +65,7 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo); - +#endif YAZ_END_CDECL #endif