diff options
| author | Alexander Barton <alex@barton.de> | 2013-11-09 23:42:56 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-11-09 23:42:56 +0100 |
| commit | 61d1c864c55291c1f5f81f284e984b044fe2722f (patch) | |
| tree | 3c9350197aaa77aa42cec05e034dbcb5367c43f6 /src | |
| parent | 8d25044ce515e25f453d22426c484a11d00af0f1 (diff) | |
| download | ngircd-61d1c864c55291c1f5f81f284e984b044fe2722f.tar.gz ngircd-61d1c864c55291c1f5f81f284e984b044fe2722f.zip | |
conf-ssl.h: make code compatible with pre-ANSI C compilers
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/conf-ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |