X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=bc1c18600d132a15150c9fefab9f98db108c1305;hp=1707b29529883fcfe8845bf162d0a00ec9852ec0;hb=7b6cfc17c428b9c9b58fcb9204337d5c4329f98b;hpb=5063de59b152db79827ed9ef7d1e31fa60fa6cc5;ds=sidebyside diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 1707b295..bc1c1860 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -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.17 2002/08/26 00:03:15 alex Exp $ * * conn.h: Verwaltung aller Netz-Verbindungen ("connections") (Header) */ @@ -41,6 +41,8 @@ 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 INT Conn_MaxFD;