]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
const'ify command name variable in _COMMAND strcuture
[ngircd-alex.git] / src / ngircd / conn.h
index b94b10d5e513a8abccaa8c9d62c16366913be60c..f2ec823ea6ee25bed5af38149263cbd228a6a2f7 100644 (file)
@@ -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 <alex@barton.de>
  *
  * 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- */