mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-21 04:46:52 +00:00
conf-ssl.h: make code compatible with pre-ANSI C compilers
(cherry picked from commit 61d1c864c5
)
This commit is contained in:
parent
3b46356ce2
commit
54a13350b1
@ -42,7 +42,7 @@ struct ConnSSL_State {
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool ConnSSL_InitLibrary(void);
|
GLOBAL bool ConnSSL_InitLibrary PARAMS((void));
|
||||||
|
|
||||||
#endif /* conf_ssl_h */
|
#endif /* conf_ssl_h */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user