yaz_query2xml complete and tested
[yaz-moved-to-github.git] / include / yaz / xmlquery.h
1 /*
2  * Copyright (C) 1995-2005, Index Data ApS
3  * See the file LICENSE for details.
4  *
5  * $Id: xmlquery.h,v 1.2 2006-01-30 14:02:06 adam Exp $
6  */
7
8 #ifndef YAZ_XMLQUERY_H
9 #define YAZ_XMLQUERY_H
10
11 #include <yaz/yconfig.h>
12 #include <yaz/proto.h>
13
14 YAZ_BEGIN_CDECL
15
16 YAZ_EXPORT void yaz_query2xml(const Z_Query *q, void *docp_void);
17 YAZ_EXPORT void yaz_rpnquery2xml(const Z_RPNQuery *rpn, void *docp_void);
18
19 YAZ_END_CDECL
20
21 #endif
22 /*
23  * Local variables:
24  * c-basic-offset: 4
25  * indent-tabs-mode: nil
26  * End:
27  * vim: shiftwidth=4 tabstop=8 expandtab
28  */
29