commit 54a13350b1e2e4db320f120339cbb6b3866044f7 from: Alexander Barton date: Fri Dec 27 20:55:50 2013 UTC conf-ssl.h: make code compatible with pre-ANSI C compilers (cherry picked from commit 61d1c864c55291c1f5f81f284e984b044fe2722f) commit - 3b46356ce2643aa3afdb2d02e962a62a5d4628ec commit + 54a13350b1e2e4db320f120339cbb6b3866044f7 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 */