ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 5451 by michael, Mon Feb 2 18:30:01 2015 UTC vs.
Revision 5544 by michael, Thu Feb 12 13:40:24 2015 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)