]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-func.h
Always cloak client hostname, if needed
[ngircd-alex.git] / src / ngircd / conn-func.h
index 729860e45a8b7161eba5f55bc5c9607721b75222..21bbcdb0c9e2de517dc3b30f5dceb12152d0a494 100644 (file)
@@ -29,7 +29,9 @@
 #endif
 
 
-GLOBAL void Conn_UpdateIdle PARAMS(( CONN_ID Idx ));
+GLOBAL void Conn_UpdateIdle PARAMS((CONN_ID Idx));
+GLOBAL void Conn_UpdatePing PARAMS((CONN_ID Idx));
+
 GLOBAL time_t Conn_GetSignon PARAMS((CONN_ID Idx));
 GLOBAL time_t Conn_GetIdle PARAMS(( CONN_ID Idx ));
 GLOBAL time_t Conn_LastPing PARAMS(( CONN_ID Idx ));