d1f4c0743d97438b6b08b30ff3ae8d0e76950667
[yaz-moved-to-github.git] / include / yaz / logrpn.h
1 /*
2  * Copyright (c) 1997-2000, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: logrpn.h,v $
7  * Revision 1.3  2003-01-06 08:20:27  adam
8  * SRW, CQL, 2003
9  *
10  * Revision 1.2  2000/02/28 11:20:06  adam
11  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
12  *
13  * Revision 1.1  1999/11/30 13:47:11  adam
14  * Improved installation. Moved header files to include/yaz.
15  *
16  * Revision 1.1  1998/11/16 16:02:32  adam
17  * Added loggin utilies, log_rpn_query and log_scan_term. These used
18  * to be part of Zebra.
19  *
20  */
21
22 #ifndef LOG_RPN_H
23 #define LOG_RPN_H
24
25 #include <yaz/yconfig.h>
26 #include <yaz/proto.h>
27
28 YAZ_BEGIN_CDECL
29
30 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
31 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
32 YAZ_EXPORT void yaz_log_zquery (Z_Query *q);
33
34 YAZ_END_CDECL
35
36 #endif