# | Line 1051 | Line 1051 | del_all_accepts(struct Client *client_p) | |
---|---|---|
1051 | } | |
1052 | ||
1053 | unsigned int | |
1054 | < | idle_time_get(const struct Client *source_p, const struct Client *target_p) |
1054 | > | client_get_idle_time(const struct Client *source_p, const struct Client *target_p) |
1055 | { | |
1056 | unsigned int idle = 0; | |
1057 | unsigned int min_idle = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |