| # | Line 52 | Line 52 | struct Whowas | |
|---|---|---|
| 52 | ||
| 53 | extern const dlink_list *whowas_get_hash(unsigned int); | |
| 54 | extern void whowas_trim(void); | |
| 55 | < | extern void whowas_add_history(struct Client *, const int); |
| 55 | > | extern void whowas_add_history(struct Client *, bool); |
| 56 | extern void whowas_off_history(struct Client *); | |
| 57 | extern struct Client *whowas_get_history(const char *, uintmax_t); | |
| 58 | extern void whowas_count_memory(unsigned int *const, size_t *const); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |