X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fccl_xml.h;h=d2d9c3bf8d9e675eb0fef707610925967af2adf8;hb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;hp=19814c1dd8b11a0cf6c3ded154488719a09e1c88;hpb=2edee0444eb7d2aba3528a6ae6523c2d1dd92a18;p=yaz-moved-to-github.git diff --git a/include/yaz/ccl_xml.h b/include/yaz/ccl_xml.h index 19814c1..d2d9c3b 100644 --- a/include/yaz/ccl_xml.h +++ b/include/yaz/ccl_xml.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: ccl_xml.h,v 1.1 2007-01-08 10:48:07 adam Exp $ */ /** * \file ccl_xml.h @@ -38,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 @@ -65,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