X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=e5e7552fee8bb4593c2396299e2fc64ff4e6fe11;hb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;hp=ec7d345a98be604de5be12a515a8c82b30efedd0;hpb=4553ace9ab808a5db41bd7e03db6b8b4e9f8acc7;p=yaz-moved-to-github.git diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index ec7d345..e5e7552 100644 --- a/include/yaz/logrpn.h +++ b/include/yaz/logrpn.h @@ -1,10 +1,13 @@ /* - * Copyright (c) 1997-1998, Index Data. + * Copyright (c) 1997-2000, 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 + * Revision 1.2 2000-02-28 11:20:06 adam + * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. + * + * 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 @@ -19,15 +22,11 @@ #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); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif