Added initial implementation for XML Query representation.
[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.1 2006-01-27 17:28:16 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
18 YAZ_END_CDECL
19
20 #endif
21 /*
22  * Local variables:
23  * c-basic-offset: 4
24  * indent-tabs-mode: nil
25  * End:
26  * vim: shiftwidth=4 tabstop=8 expandtab
27  */
28