From: Alexander Barton Date: Sat, 9 Nov 2013 22:42:56 +0000 (+0100) Subject: conf-ssl.h: make code compatible with pre-ANSI C compilers X-Git-Tag: rel-21.1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54a13350b1e2e4db320f120339cbb6b3866044f7;p=ngircd conf-ssl.h: make code compatible with pre-ANSI C compilers (cherry picked from commit 61d1c864c55291c1f5f81f284e984b044fe2722f) --- diff --git a/src/ngircd/conf-ssl.h b/src/ngircd/conf-ssl.h index 439298c6..c2373797 100644 --- a/src/ngircd/conf-ssl.h +++ b/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 */