diff options
Diffstat (limited to 'include')
-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 1610cf8..4d040d5 100644 --- a/include/send.h +++ b/include/send.h @@ -89,6 +89,6 @@ extern void sendto_anywhere(struct Client *, struct Client *, const char *, ...) AFP(3,4); extern void kill_client(struct Client *, struct Client *, const char *, ... ) AFP(3,4); -extern void kill_client_ll_serv_butone(struct Client *, struct Client *, - const char *, ...) AFP(3,4); +extern void kill_client_serv_butone(struct Client *, struct Client *, + const char *, ...) AFP(3,4); #endif /* INCLUDED_send_h */ |