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

This commit is contained in:
Alexander Barton 2013-11-09 23:42:56 +01:00
parent 8d25044ce5
commit 61d1c864c5
1 changed files with 1 additions and 1 deletions

View File

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