62 |
extern void send_queued_write(struct Client *); |
extern void send_queued_write(struct Client *); |
63 |
extern void send_queued_all(void); |
extern void send_queued_all(void); |
64 |
extern void sendto_one(struct Client *, const char *, ...) AFP(2,3); |
extern void sendto_one(struct Client *, const char *, ...) AFP(2,3); |
65 |
extern void sendto_one_numeric(struct Client *, struct Client *, enum irc_numerics, ...); |
extern void sendto_one_numeric(struct Client *, const struct Client *, enum irc_numerics, ...); |
66 |
extern void sendto_one_notice(struct Client *, struct Client *, const char *, ...) AFP(3,4); |
extern void sendto_one_notice(struct Client *, const struct Client *, const char *, ...) AFP(3,4); |
67 |
extern void sendto_channel_butone(struct Client *, struct Client *, |
extern void sendto_channel_butone(struct Client *, const struct Client *, |
68 |
struct Channel *, unsigned int, |
struct Channel *, unsigned int, |
69 |
const char *, ...) AFP(5,6); |
const char *, ...) AFP(5,6); |
70 |
extern void sendto_common_channels_local(struct Client *, int, unsigned int, unsigned int, |
extern void sendto_common_channels_local(struct Client *, int, unsigned int, unsigned int, |
71 |
const char *, ...) AFP(5,6); |
const char *, ...) AFP(5,6); |
72 |
extern void sendto_channel_local(const struct Client *, struct Channel *, unsigned int, |
extern void sendto_channel_local(const struct Client *, struct Channel *, unsigned int, |
73 |
unsigned int, unsigned int, const char *, ...) AFP(6,7); |
unsigned int, unsigned int, const char *, ...) AFP(6,7); |
74 |
extern void sendto_server(struct Client *, |
extern void sendto_server(const struct Client *, const unsigned int, |
|
const unsigned int, |
|
75 |
const unsigned int, const char *, ...) AFP(4,5); |
const unsigned int, const char *, ...) AFP(4,5); |
76 |
extern void sendto_match_butone(struct Client *, struct Client *, |
extern void sendto_match_butone(const struct Client *, const struct Client *, |
77 |
const char *, int, const char *, ...) AFP(5,6); |
const char *, int, const char *, ...) AFP(5,6); |
78 |
extern void sendto_match_servs(struct Client *, const char *, unsigned int, |
extern void sendto_match_servs(const struct Client *, const char *, unsigned int, |
79 |
const char *, ...) AFP(4,5); |
const char *, ...) AFP(4,5); |
80 |
extern void sendto_realops_flags(unsigned int, int, int, |
extern void sendto_realops_flags(unsigned int, int, int, |
81 |
const char *, ...) AFP(4,5); |
const char *, ...) AFP(4,5); |
82 |
extern void sendto_wallops_flags(unsigned int, struct Client *, |
extern void sendto_wallops_flags(unsigned int, const struct Client *, |
83 |
const char *, ...) AFP(3,4); |
const char *, ...) AFP(3,4); |
84 |
extern void sendto_realops_flags_ratelimited(time_t *, const char *, ...) AFP(2,3); |
extern void sendto_realops_flags_ratelimited(time_t *, const char *, ...) AFP(2,3); |
85 |
|
|
86 |
extern void sendto_anywhere(struct Client *, struct Client *, |
extern void sendto_anywhere(struct Client *, const struct Client *, |
87 |
const char *, |
const char *, |
88 |
const char *, ...) AFP(4,5); |
const char *, ...) AFP(4,5); |
89 |
#endif /* INCLUDED_send_h */ |
#endif /* INCLUDED_send_h */ |