projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d25044
)
conf-ssl.h: make code compatible with pre-ANSI C compilers
author
Alexander Barton
<alex@barton.de>
Sat, 9 Nov 2013 22:42:56 +0000
(23:42 +0100)
committer
Alexander Barton
<alex@barton.de>
Sat, 9 Nov 2013 22:42:56 +0000
(23:42 +0100)
src/ngircd/conf-ssl.h
patch
|
blob
|
history
diff --git
a/src/ngircd/conf-ssl.h
b/src/ngircd/conf-ssl.h
index 439298c6736cd6b8dce93c546cfa01ebe3923fb1..c23737979a21e7043d1eed7ed488524b83742112 100644
(file)
--- 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 */