X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmlquery.h;h=d2ce2192a272accd662b0d6aa1dcc1009ef80079;hb=e38c23b29a89e9c4e1cd5aa9033015efc39b26c0;hp=3f83875edf2fd77d91bfbb17766a5aa2eb5c45a2;hpb=50bf09dd2a048e48cdb605ea224a40e672415bce;p=yaz-moved-to-github.git diff --git a/include/yaz/xmlquery.h b/include/yaz/xmlquery.h index 3f83875..d2ce219 100644 --- a/include/yaz/xmlquery.h +++ b/include/yaz/xmlquery.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: xmlquery.h,v 1.1 2006-01-27 17:28:16 adam Exp $ + * $Id: xmlquery.h,v 1.3 2006-02-19 18:44:23 adam Exp $ */ #ifndef YAZ_XMLQUERY_H @@ -14,6 +14,10 @@ YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_query2xml(const Z_Query *q, void *docp_void); +YAZ_EXPORT void yaz_rpnquery2xml(const Z_RPNQuery *rpn, void *docp_void); + +YAZ_EXPORT void yaz_xml2query(const void *xmlnodep, Z_Query **query, ODR odr, + int *error_code, const char **addinfo); YAZ_END_CDECL