Commit Diff
Diff:
8d25044ce515e25f453d22426c484a11d00af0f1
61d1c864c55291c1f5f81f284e984b044fe2722f
Commit:
61d1c864c55291c1f5f81f284e984b044fe2722f
Tree:
3c9350197aaa77aa42cec05e034dbcb5367c43f6
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Sat Nov 9 22:42:56 2013 UTC
Message:
conf-ssl.h: make code compatible with pre-ANSI C compilers
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 */
IRCNow