X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmlquery.h;h=05409afb3e4d9fad138f5e743252ec7083675fe2;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hp=fc6e7dba505e253b82e07e5c8390972d7d92b738;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/include/yaz/xmlquery.h b/include/yaz/xmlquery.h index fc6e7db..05409af 100644 --- a/include/yaz/xmlquery.h +++ b/include/yaz/xmlquery.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 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: xmlquery.h,v 1.9 2007-01-03 08:42:14 adam Exp $ */ /** \file xmlquery.h \brief Query / XML conversions @@ -42,8 +41,8 @@ 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