Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[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.2  2000-02-28 11:20:06  adam
8  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
9  *
10  * Revision 1.1  1999/11/30 13:47:11  adam
11  * Improved installation. Moved header files to include/yaz.
12  *
13  * Revision 1.1  1998/11/16 16:02:32  adam
14  * Added loggin utilies, log_rpn_query and log_scan_term. These used
15  * to be part of Zebra.
16  *
17  */
18
19 #ifndef LOG_RPN_H
20 #define LOG_RPN_H
21
22 #include <yaz/yconfig.h>
23 #include <yaz/proto.h>
24
25 YAZ_BEGIN_CDECL
26
27 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
28 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
29
30 YAZ_END_CDECL
31
32 #endif