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-22-rc1~93 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=61d1c864c55291c1f5f81f284e984b044fe2722f conf-ssl.h: make code compatible with pre-ANSI C compilers --- 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 */