]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
- ausgehende Verbindungen mit ID 0 konnten nicht aufgebaut werden ... :-/
[ngircd-alex.git] / src / ngircd / conn.h
index 1707b29529883fcfe8845bf162d0a00ec9852ec0..232c324bd8d73ef9e24f84bd13fc634de44c1581 100644 (file)
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conn.h,v 1.16 2002/06/02 17:02:34 alex Exp $
+ * $Id: conn.h,v 1.18 2002/10/10 15:00:33 alex Exp $
  *
  * conn.h: Verwaltung aller Netz-Verbindungen ("connections") (Header)
  */
@@ -41,6 +41,9 @@ GLOBAL VOID Conn_UpdateIdle PARAMS(( CONN_ID Idx ));
 GLOBAL time_t Conn_GetIdle PARAMS(( CONN_ID Idx ));
 GLOBAL time_t Conn_LastPing PARAMS(( CONN_ID Idx ));
 
+GLOBAL VOID Conn_SetPenalty PARAMS(( CONN_ID Idx, time_t Seconds ));
+GLOBAL VOID Conn_ResetPenalty PARAMS(( CONN_ID Idx ));
+
 
 GLOBAL INT Conn_MaxFD;