]> arthur.barton.de Git - ngircd-alex.git/commitdiff
conf-ssl.h: make code compatible with pre-ANSI C compilers
authorAlexander Barton <alex@barton.de>
Sat, 9 Nov 2013 22:42:56 +0000 (23:42 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 9 Nov 2013 22:42:56 +0000 (23:42 +0100)
src/ngircd/conf-ssl.h

index 439298c6736cd6b8dce93c546cfa01ebe3923fb1..c23737979a21e7043d1eed7ed488524b83742112 100644 (file)
@@ -42,7 +42,7 @@ struct ConnSSL_State {
 
 #endif
 
-bool   ConnSSL_InitLibrary(void);
+GLOBAL bool ConnSSL_InitLibrary PARAMS((void));
 
 #endif /* conf_ssl_h */