2 * Copyright (c) 1997-2003, Index Data.
3 * See the file LICENSE for details.
5 * $Id: logrpn.h,v 1.4 2003-03-03 19:57:35 adam Exp $
11 #include <yaz/yconfig.h>
12 #include <yaz/proto.h>
16 YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn);
17 YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast);
18 YAZ_EXPORT void yaz_log_zquery (Z_Query *q);