]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-func.h
Fix PING-PONG handling when processing backlog in read buffers
[ngircd-alex.git] / src / ngircd / conn-func.h
index 1d05acc88d5623979a371e80aedc3f4a61e480c8..37f70363a8b24c1221798442be74c35ef2acf672 100644 (file)
@@ -30,7 +30,7 @@
 
 
 GLOBAL void Conn_UpdateIdle PARAMS((CONN_ID Idx));
-GLOBAL void Conn_UpdatePing PARAMS((CONN_ID Idx));
+GLOBAL void Conn_UpdatePing PARAMS((CONN_ID Idx, time_t TimeStamp));
 
 GLOBAL time_t Conn_GetSignon PARAMS((CONN_ID Idx));
 GLOBAL time_t Conn_GetIdle PARAMS(( CONN_ID Idx ));