Improved installation. Moved header files to include/yaz.
[yaz-moved-to-github.git] / include / yaz / logrpn.h
1 /*
2  * Copyright (c) 1997-1998, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: logrpn.h,v $
7  * Revision 1.1  1999-11-30 13:47:11  adam
8  * Improved installation. Moved header files to include/yaz.
9  *
10  * Revision 1.1  1998/11/16 16:02:32  adam
11  * Added loggin utilies, log_rpn_query and log_scan_term. These used
12  * to be part of Zebra.
13  *
14  */
15
16 #ifndef LOG_RPN_H
17 #define LOG_RPN_H
18
19 #include <yaz/yconfig.h>
20 #include <yaz/proto.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
27 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
28
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif