From 33b59d73c703b7308230dbd61909d00f6fd9671c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 28 Jan 2014 17:05:25 +0000 Subject: - Removed sendto_channel_remote() git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2957 82007160-df01-0410-b94d-b575c5fd34c7 --- include/send.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/send.h b/include/send.h index 15d2e75..ed75187 100644 --- a/include/send.h +++ b/include/send.h @@ -81,9 +81,6 @@ extern void sendto_channel_local(unsigned int, int, struct Channel *, const char *, ...) AFP(4,5); extern void sendto_channel_local_butone(struct Client *, unsigned int, unsigned int, struct Channel *, const char *, ...) AFP(5,6); -extern void sendto_channel_remote(struct Client *, struct Client *, unsigned int, - const unsigned int, const unsigned int, - struct Channel *, const char *, ...) AFP(7,8); extern void sendto_server(struct Client *, const unsigned int, const unsigned int, const char *, ...) AFP(4,5); -- cgit