From 236966a07ceb8e28649470995f88251c37423715 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Feb 2014 10:02:13 +0100 Subject: [PATCH 1/1] YAZ_{BEGIN,END}_CDECL yaz_init_globals --- include/yaz/yconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/yaz/yconfig.h b/include/yaz/yconfig.h index 67c203d..ce0d44f 100644 --- a/include/yaz/yconfig.h +++ b/include/yaz/yconfig.h @@ -57,7 +57,9 @@ #define YAZ_END_CDECL #endif +YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_init_globals(void); +YAZ_END_CDECL #endif /* -- 1.7.10.4