X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=7d1c2e54c2a6a0991009476cf8f45d215ddd43a9;hb=1249acfdba2ab619969c11042a130fc9ad9954de;hp=307e5bb53931554dce04fa326e1617956b4b8bc9;hpb=c8fb6a22584dae026557da9f7654cbc14e909da9;p=ngircd.git diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index 307e5bb5..7d1c2e54 100644 --- a/src/ngircd/conn.h +++ b/src/ngircd/conn.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conn.h,v 1.39 2005/09/12 19:10:20 fw Exp $ + * $Id: conn.h,v 1.40 2006/02/02 21:00:22 fw Exp $ * * Connection management (header) */ @@ -93,8 +93,6 @@ GLOBAL void Conn_Close PARAMS(( CONN_ID Idx, char *LogMsg, char *FwdMsg, bool In GLOBAL void Conn_SyncServerStruct PARAMS(( void )); -GLOBAL int Conn_MaxFD; - #endif