From 8f3b94745b6bb138731190b4a707251e9e677aca Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Wed, 15 Feb 2012 20:29:37 +0100 Subject: [PATCH] Added function prototype for function sendto_channel_butone --- include/h.h | 1 + src/send.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/h.h b/include/h.h index 1d59285..e627895 100644 --- a/include/h.h +++ b/include/h.h @@ -177,6 +177,7 @@ extern void terminate PROTO(()), write_pidfile PROTO(()); extern int send_queued PROTO((aClient *)); extern void sendto_one(); +extern void sendto_channel_butone(); extern void sendto_channelops_butone(); extern void sendto_channelvoice_butone(); extern void sendto_serv_butone(); diff --git a/src/send.c b/src/send.c index d444b17..8e8af35 100644 --- a/src/send.c +++ b/src/send.c @@ -292,7 +292,7 @@ void sendto_one (to, pattern, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11) (void) send_message (to, sendbuf, strlen (sendbuf)); } -sendto_channel_butone (one, from, chptr, pattern, +void sendto_channel_butone (one, from, chptr, pattern, p1, p2, p3, p4, p5, p6, p7, p8) aClient *one, *from; aChannel *chptr; -- 2.30.2