X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmlquery.h;h=67abce0c315e7cc23b7b51b88de5d3d4407c0e4a;hb=297aa7b45c3bd88aea2799f6810c8c85bc998f56;hp=2e22a673fb9196043df6e7ebb7087426f8219f2c;hpb=c83035e0e0177b385091cd273562ea0d222b5908;p=yaz-moved-to-github.git diff --git a/include/yaz/xmlquery.h b/include/yaz/xmlquery.h index 2e22a67..67abce0 100644 --- a/include/yaz/xmlquery.h +++ b/include/yaz/xmlquery.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, 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,7 @@ * (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: xmlquery.h,v 1.7 2006-10-13 11:30:37 adam Exp $ */ +/* $Id: xmlquery.h,v 1.10 2007-05-06 20:12:20 adam Exp $ */ /** \file xmlquery.h \brief Query / XML conversions @@ -33,24 +33,21 @@ #ifndef YAZ_XMLQUERY_H #define YAZ_XMLQUERY_H -#if YAZ_HAVE_XML2 #include #include - -#include +#include YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_query2xml(const Z_Query *q, xmlDocPtr *docp); YAZ_EXPORT void yaz_rpnquery2xml(const Z_RPNQuery *rpn, xmlDocPtr *docp); -YAZ_EXPORT void yaz_xml2query(const void *xmlnodep, Z_Query **query, ODR odr, - int *error_code, const char **addinfo); +YAZ_EXPORT void yaz_xml2query(const xmlNode *xmlnodep, Z_Query **query, + ODR odr, int *error_code, const char **addinfo); YAZ_END_CDECL #endif -#endif /* * Local variables: