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

Comparing ircd-hybrid/trunk/include/hash.h (file contents):
Revision 8496 by michael, Thu Apr 5 12:46:00 2018 UTC vs.
Revision 8656 by michael, Sun Nov 11 20:19:17 2018 UTC

# Line 57 | Line 57 | extern struct Channel *hash_find_channel
57   extern void *hash_get_bucket(int, unsigned int);
58  
59   extern void free_list_task(struct Client *);
60 < extern void safe_list_channels(struct Client *, int);
60 > extern void safe_list_channels(struct Client *, bool);
61  
62   extern unsigned int strhash(const char *);
63   #endif  /* INCLUDED_hash_h */

Diff Legend

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