X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fxmlquery.c;h=77184ee13a44d0c9c286431ea423bc70b4fe3a51;hb=39d32c922161800240dfcfb2b833e55872dfb2ee;hp=3dd3007a9b048ec5a5d2caf05e28f6d3bafe9076;hpb=e637973203a49a536a12a78ec9c8af55b7669fc6;p=yaz-moved-to-github.git diff --git a/src/xmlquery.c b/src/xmlquery.c index 3dd3007..77184ee 100644 --- a/src/xmlquery.c +++ b/src/xmlquery.c @@ -2,13 +2,12 @@ * Copyright (C) 1995-2005, 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.7 2006-04-19 10:05:03 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 */