X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fxmlquery.c;h=4b15a3632e03f92038656b620e53e5738fdbdc42;hb=b2a7266c8dec5c194057670e0591b9d2cdbd3591;hp=3dd3007a9b048ec5a5d2caf05e28f6d3bafe9076;hpb=e637973203a49a536a12a78ec9c8af55b7669fc6;p=yaz-moved-to-github.git diff --git a/src/xmlquery.c b/src/xmlquery.c index 3dd3007..4b15a36 100644 --- a/src/xmlquery.c +++ b/src/xmlquery.c @@ -1,14 +1,13 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2006, Index Data ApS * All rights reserved. * - * $Id: xmlquery.c,v 1.5 2006-02-23 11:17:25 adam Exp $ + * $Id: xmlquery.c,v 1.8 2006-04-20 20:50:51 adam Exp $ */ -/** - * \file querytostr.c - * \brief Query / XML conversions - */ +/** \file xmlquery.c + \brief Query / XML conversions +*/ #include #include @@ -787,7 +786,7 @@ static void yaz_xml2query_(const xmlNode *ptr, Z_Query **query, ODR odr, void yaz_xml2query(const void *xmlnodep, Z_Query **query, ODR odr, int *error_code, const char **addinfo) { - return yaz_xml2query_(xmlnodep, query, odr, error_code, addinfo); + yaz_xml2query_(xmlnodep, query, odr, error_code, addinfo); } /* HAVE_XML2 */