repo: ngircd action: commit revision: path_from: revision_from: 61d1c864c55291c1f5f81f284e984b044fe2722f: path_to: revision_to:
commit 61d1c864c55291c1f5f81f284e984b044fe2722f Author: Alexander BartonDate: Sat Nov 9 23:42:56 2013 +0100 conf-ssl.h: make code compatible with pre-ANSI C compilers diff --git a/src/ngircd/conf-ssl.h b/src/ngircd/conf-ssl.h
--- 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 */
-----END OF PAGE-----