X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclxmlconfig.c;h=42ce8960272a5417ac8cff81530b62dee20e136d;hp=321073b1862113dc9d45e3ed2cf87268421d9913;hb=a679666e56f9f6ea19e4c22e36089ccb3716dd0f;hpb=bc1bdc891836da144db8108bc062d30dbb922f8b diff --git a/src/cclxmlconfig.c b/src/cclxmlconfig.c index 321073b..42ce896 100644 --- a/src/cclxmlconfig.c +++ b/src/cclxmlconfig.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS - * All rights reserved. - * - * $Id: cclxmlconfig.c,v 1.1 2007-01-08 13:20:58 adam Exp $ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data + * See the file LICENSE for details. */ /** \file cclxmlconfig.c @@ -193,12 +191,6 @@ int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo) } return 0; } -#else -int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo) -{ - *addinfo = "CCL XML configuration not supported. Libxml2 is disabled"; - return -1; -} #endif /*