X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=96d1f33b144cc7151e7892ed12f13fefe33a82fc;hp=1cfa466602379f7c8dc6f7b49e4a59d9ead2367e;hb=ae55d4f500703114cf10d07be786f1108d66b27d;hpb=edfa2154816932ce184f9db65093711bc9957cb3 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- */