source: trunk/gsdl/packages/yaz/include/yaz/logrpn.h@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 868 bytes
Line 
1/*
2 * Copyright (c) 1997-2000, Index Data.
3 * See the file LICENSE for details.
4 * Sebastian Hammer, Adam Dickmeiss
5 *
6 * $Log$
7 * Revision 1.1 2000/08/03 03:10:38 johnmcp
8 * Added the YAZ toolkit source to the packages directory (for z39.50 stuff)
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
28YAZ_BEGIN_CDECL
29
30YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
31YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
32
33YAZ_END_CDECL
34
35#endif
Note: See TracBrowser for help on using the repository browser.