Module: ngircd.git Branch: master Commit: 61d1c864c55291c1f5f81f284e984b044fe2722f URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=61d1c...
Author: Alexander Barton alex@barton.de Date: Sat Nov 9 23:42:56 2013 +0100
conf-ssl.h: make code compatible with pre-ANSI C compilers
---
src/ngircd/conf-ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ngircd/conf-ssl.h b/src/ngircd/conf-ssl.h index 439298c..c237379 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 */
ngircd-commits@lists.barton.de