1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-13 10:20:28 +00:00

Conn_UpdateIdle(): Code cleanup

This commit is contained in:
Alexander Barton 2012-01-24 02:43:55 +01:00
parent 3d27073d61
commit d2df7396a8

View File

@ -30,6 +30,12 @@
#include "conn-func.h"
/**
* Update "idle timestamp", the time of the last visible user action
* (e. g. like sending messages, joining or leaving channels).
*
* @param Idx Connection index.
*/
GLOBAL void
Conn_UpdateIdle(CONN_ID Idx)
{