X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fccl_xml.h;h=e08b59ec2928740743b2e62bb6c71fb6941b42af;hp=a7abed6eb029b0690d36e1fd664885f038865e73;hb=1064b0521a608ba2c985f893772315819a990372;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/include/yaz/ccl_xml.h b/include/yaz/ccl_xml.h index a7abed6..e08b59e 100644 --- a/include/yaz/ccl_xml.h +++ b/include/yaz/ccl_xml.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2010 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,13 +65,14 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo); - +#endif YAZ_END_CDECL #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab