1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-08 00:36:39 +00:00

conf-ssl.h: make code compatible with pre-ANSI C compilers

(cherry picked from commit 61d1c864c55291c1f5f81f284e984b044fe2722f)
This commit is contained in:
Alexander Barton 2013-11-09 23:42:56 +01:00
parent 3b46356ce2
commit 54a13350b1

View File

@ -42,7 +42,7 @@ struct ConnSSL_State {
#endif
bool ConnSSL_InitLibrary(void);
GLOBAL bool ConnSSL_InitLibrary PARAMS((void));
#endif /* conf_ssl_h */