commit 61d1c864c55291c1f5f81f284e984b044fe2722f from: Alexander Barton date: Sat Nov 09 22:42:56 2013 UTC conf-ssl.h: make code compatible with pre-ANSI C compilers commit - 8d25044ce515e25f453d22426c484a11d00af0f1 commit + 61d1c864c55291c1f5f81f284e984b044fe2722f blob - 439298c6736cd6b8dce93c546cfa01ebe3923fb1 blob + c23737979a21e7043d1eed7ed488524b83742112 --- src/ngircd/conf-ssl.h +++ src/ngircd/conf-ssl.h @@ -42,7 +42,7 @@ struct ConnSSL_State { #endif -bool ConnSSL_InitLibrary(void); +GLOBAL bool ConnSSL_InitLibrary PARAMS((void)); #endif /* conf_ssl_h */