Changed the way implementationName - and version is set.
[yaz-moved-to-github.git] / include / 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  1998-11-16 16:02:32  adam
8  * Added loggin utilies, log_rpn_query and log_scan_term. These used
9  * to be part of Zebra.
10  *
11  */
12
13 #ifndef LOG_RPN_H
14 #define LOG_RPN_H
15
16 #include <yconfig.h>
17 #include <proto.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
24 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif