diff options
Diffstat (limited to 'include/send.h')
-rw-r--r-- | include/send.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/send.h b/include/send.h index 10eff63..e885e77 100644 --- a/include/send.h +++ b/include/send.h @@ -47,11 +47,11 @@ extern void sendto_one(struct Client *, const char *, ...); extern void sendto_channel_butone(struct Client *, struct Client *, struct Channel *, unsigned int, const char *, ...); -extern void sendto_common_channels_local(struct Client *, int, +extern void sendto_common_channels_local(struct Client *, int, unsigned int, const char *, ...); extern void sendto_channel_local(int, int, struct Channel *, const char *, ...); -extern void sendto_channel_local_butone(struct Client *, int, struct Channel *, +extern void sendto_channel_local_butone(struct Client *, int, unsigned int, struct Channel *, const char *, ...); extern void sendto_channel_remote(struct Client *, struct Client *, int, const unsigned int, const unsigned int, |