]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
- new functions Conn_ResetWCounter() and Conn_WCounter().
[ngircd-alex.git] / src / ngircd / conn.h
index f553277db3159ba208d91d7369cc1374934e14f2..b9812156b83d077c1b63ed466c1c23b62fd1040e 100644 (file)
@@ -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;