44 |
extern void watch_del_from_hash_table(const char *, struct Client *); |
extern void watch_del_from_hash_table(const char *, struct Client *); |
45 |
extern void watch_check_hash(const struct Client *, const enum irc_numerics); |
extern void watch_check_hash(const struct Client *, const enum irc_numerics); |
46 |
extern void watch_del_watch_list(struct Client *); |
extern void watch_del_watch_list(struct Client *); |
47 |
extern void watch_count_memory(unsigned int *const, uint64_t *const); |
extern void watch_count_memory(unsigned int *const, size_t *const); |
48 |
extern struct Watch *watch_find_hash(const char *); |
extern struct Watch *watch_find_hash(const char *); |
49 |
#endif |
#endif |