07af8ca698f1da29f3f5caff88860bdd22247837
[yaz-moved-to-github.git] / include / yaz / logrpn.h
1 /*
2  * Copyright (c) 1997-2003, Index Data.
3  * See the file LICENSE for details.
4  *
5  * $Id: logrpn.h,v 1.4 2003-03-03 19:57:35 adam Exp $
6  */
7
8 #ifndef LOG_RPN_H
9 #define LOG_RPN_H
10
11 #include <yaz/yconfig.h>
12 #include <yaz/proto.h>
13
14 YAZ_BEGIN_CDECL
15
16 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
17 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
18 YAZ_EXPORT void yaz_log_zquery (Z_Query *q);
19
20 YAZ_END_CDECL
21
22 #endif