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

Comparing ircd-hybrid/trunk/src/whowas.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1857 by michael, Wed Apr 24 20:47:21 2013 UTC

# Line 36 | Line 36 | dlink_list WHOWASHASH[HASHSIZE];
36  
37  
38   void
39 < add_history(struct Client *client_p, int online)
39 > add_history(struct Client *client_p, const int online)
40   {
41    static unsigned int whowas_next = 0;
42    struct Whowas *who = &WHOWAS[whowas_next];

Diff Legend

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