X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=2a182274c4b5791b0eae95b571b8d603e960d452;hp=ec7d345a98be604de5be12a515a8c82b30efedd0;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hpb=d9ee01635f03f9095a66f71b73580560d48798e8 diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index ec7d345..2a18227 100644 --- a/include/yaz/logrpn.h +++ b/include/yaz/logrpn.h @@ -1,16 +1,13 @@ /* - * Copyright (c) 1997-1998, Index Data. + * Copyright (c) 1997-2004, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: logrpn.h,v $ - * Revision 1.1 1999-11-30 13:47:11 adam - * Improved installation. Moved header files to include/yaz. - * - * Revision 1.1 1998/11/16 16:02:32 adam - * Added loggin utilies, log_rpn_query and log_scan_term. These used - * to be part of Zebra. * + * $Id: logrpn.h,v 1.5 2004-10-15 00:18:59 adam Exp $ + */ + +/** + * \file logrpn.h + * \brief Header for Z39.50 Query Printing */ #ifndef LOG_RPN_H @@ -19,15 +16,12 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL YAZ_EXPORT void log_rpn_query (Z_RPNQuery *rpn); YAZ_EXPORT void log_scan_term (Z_AttributesPlusTerm *zapt, oid_value ast); +YAZ_EXPORT void yaz_log_zquery (Z_Query *q); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif