Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / send.h
index 19b8cf639b7bdccb19ebcd7699d5cf1b5b4ef2b1..088da8c47817749ff455ce4add83c8f0c276643c 100644 (file)
@@ -27,8 +27,6 @@ extern void sendto_ops(const char* fmt, ...);
 extern void sendto_channel_butserv(struct Channel *chptr, struct Client *from,
                                    const char* fmt, ...);
 extern void sendto_serv_butone(struct Client *one, const char* fmt, ...);
-extern void sendto_match_servs(struct Channel* chptr, struct Client* from,
-                               const char* fmt, ...);
 extern void sendto_lowprot_butone(struct Client *cptr, int p,
                                   const char* fmt, ...);
 extern void sendto_highprot_butone(struct Client *cptr, int p,
@@ -38,8 +36,6 @@ extern void sendto_prefix_one(struct Client *to, struct Client *from,
 extern void flush_connections(struct Client* cptr);
 extern void send_queued(struct Client *to);
 extern void vsendto_one(struct Client *to, const char* fmt, va_list vl);
-extern void sendto_channel_butone(struct Client *one, struct Client *from,
-                                  struct Channel *chptr, const char* fmt, ...);
 extern void sendmsgto_channel_butone(struct Client *one, struct Client *from,
                                   struct Channel *chptr, const char *sender,
                                   const char *cmd, const char *chname, const char *msg);
@@ -50,7 +46,6 @@ extern void sendto_chanopsserv_butone(struct Client *one, struct Client *from,
 extern void sendto_common_channels(struct Client *user, const char* fmt, ...);
 extern void sendto_match_butone(struct Client *one, struct Client *from,
                                 const char *mask, int what, const char* fmt, ...);
-extern void sendto_lops_butone(struct Client *one, const char* fmt, ...);
 extern void vsendto_ops(const char *pattern, va_list vl);
 extern void sendto_ops_butone(struct Client *one, struct Client *from,
                               const char* fmt, ...);