X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn.h;h=b9812156b83d077c1b63ed466c1c23b62fd1040e;hp=f553277db3159ba208d91d7369cc1374934e14f2;hb=a02bf31d50743df9196310f4261fc09964347fbc;hpb=98677b4348f8865261cada54249d6ce59b6eb47d diff --git a/src/ngircd/conn.h b/src/ngircd/conn.h index f553277d..b9812156 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.25 2002/12/12 12:23:43 alex Exp $ + * $Id: conn.h,v 1.26 2002/12/18 13:50:22 alex Exp $ * * Connection management (header) */ @@ -77,6 +77,9 @@ GLOBAL LONG Conn_SendBytesZip PARAMS(( CONN_ID Idx )); GLOBAL LONG Conn_RecvBytesZip PARAMS(( CONN_ID Idx )); #endif +GLOBAL VOID Conn_ResetWCounter PARAMS(( VOID )); +GLOBAL LONG Conn_WCounter PARAMS(( VOID )); + GLOBAL INT Conn_MaxFD;