# | 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]; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |