454 |
extern int accept_message(struct Client *, struct Client *); |
extern int accept_message(struct Client *, struct Client *); |
455 |
extern unsigned int idle_time_get(const struct Client *, const struct Client *); |
extern unsigned int idle_time_get(const struct Client *, const struct Client *); |
456 |
extern struct split_nuh_item *find_accept(const char *, const char *, |
extern struct split_nuh_item *find_accept(const char *, const char *, |
457 |
const char *, struct Client *, int); |
const char *, struct Client *, |
458 |
|
int (*)(const char *, const char *)); |
459 |
extern void del_accept(struct split_nuh_item *, struct Client *); |
extern void del_accept(struct split_nuh_item *, struct Client *); |
460 |
extern void del_all_accepts(struct Client *); |
extern void del_all_accepts(struct Client *); |
461 |
extern void exit_client(struct Client *, struct Client *, const char *); |
extern void exit_client(struct Client *, struct Client *, const char *); |