From 8862e24160fcdd1d99da8b8203e6d4fe942b91de Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 9 Dec 2004 09:37:00 +0000 Subject: [PATCH] Fixed place for YAZ_END_CDECL --- include/yaz/log.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/yaz/log.h b/include/yaz/log.h index 52b440e..916ce42 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: log.h,v 1.25 2004-12-08 09:08:01 adam Exp $ + * $Id: log.h,v 1.26 2004-12-09 09:37:00 adam Exp $ */ /** @@ -72,5 +72,6 @@ YAZ_BEGIN_CDECL /* logf is deprecated, as it conflicts with a math function */ #define logf yaz_log -#endif YAZ_END_CDECL + +#endif -- 1.7.10.4