]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Make sourcecode compatible with ansi2knr again
[ngircd-alex.git] / src / ngircd / conn.c
index d74f2511e4414e97a38a9d4f4a45fa9cdd518b58..bbb186e9b19d60186593db1084e8d6a5d88fede0 100644 (file)
@@ -681,9 +681,11 @@ SSL_WantWrite(const CONNECTION *c)
 }
 #else
 static inline bool
-SSL_WantRead(UNUSED const CONNECTION *c) { return false; }
+SSL_WantRead(UNUSED const CONNECTION *c)
+{ return false; }
 static inline bool
-SSL_WantWrite(UNUSED const CONNECTION *c) { return false; }
+SSL_WantWrite(UNUSED const CONNECTION *c)
+{ return false; }
 #endif