ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/whowas.h
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/include/whowas.h (file contents):
Revision 8654 by michael, Sun Nov 11 16:40:51 2018 UTC vs.
Revision 8663 by michael, Thu Nov 22 14:25:57 2018 UTC

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

Diff Legend

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