yaz_query2xml complete and tested
[yaz-moved-to-github.git] / include / yaz / xmlquery.h
index 3f83875..ff5d5fb 100644 (file)
@@ -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.2 2006-01-30 14:02:06 adam Exp $
  */
 
 #ifndef YAZ_XMLQUERY_H
@@ -14,6 +14,7 @@
 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_END_CDECL