X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=f2ec823ea6ee25bed5af38149263cbd228a6a2f7;hb=8605e9c0fe7ffa42149271c9af31288bd4a0dfac;hp=b94b10d5e513a8abccaa8c9d62c16366913be60c;hpb=cb6faed61c770f3af73e96658ef46c0627ba6cfd;p=ngircd-alex.git diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index b94b10d5..f2ec823e 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2009 by Alexander Barton (alex@barton.de) + * Copyright (c)2001-2010 Alexander Barton * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -122,5 +122,9 @@ 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)); + /* -eof- */