2a182274c4b5791b0eae95b571b8d603e960d452
[yaz-moved-to-github.git] / include / yaz / logrpn.h
1 /*
2  * Copyright (c) 1997-2004, Index Data.
3  * See the file LICENSE for details.
4  *
5  * $Id: logrpn.h,v 1.5 2004-10-15 00:18:59 adam Exp $
6  */
7
8 /**
9  * \file logrpn.h
10  * \brief Header for Z39.50 Query Printing
11  */
12
13 #ifndef LOG_RPN_H
14 #define LOG_RPN_H
15
16 #include <yaz/yconfig.h>
17 #include <yaz/proto.h>
18
19 YAZ_BEGIN_CDECL
20
21 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
22 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
23 YAZ_EXPORT void yaz_log_zquery (Z_Query *q);
24
25 YAZ_END_CDECL
26
27 #endif