about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/ngircd/conn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h
index 1cfa4666..96d1f33b 100644
--- a/src/ngircd/conn.h
+++ b/src/ngircd/conn.h
@@ -120,11 +120,12 @@ GLOBAL bool Conn_UsesSSL PARAMS((CONN_ID Idx));
 #else
 static inline bool Conn_UsesSSL(UNUSED CONN_ID Idx) { return false; }
 #endif
-#endif
 
 GLOBAL long Conn_Count PARAMS((void));
 GLOBAL long Conn_CountMax PARAMS((void));
 GLOBAL long Conn_CountAccepted PARAMS((void));
 
+#endif
+
 
 /* -eof- */