diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-17 18:20:52 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-17 18:20:52 +0000 |
commit | 881c46b56874ce4e654e2c7e42e6a7cbc5d8c8cf (patch) | |
tree | a63d99c51ecef3e026b191a315406b318be1160e /include | |
parent | 8a134473e2d1ecf8ded3605be8dd0e99a8ed2ead (diff) |
- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to satisfy Adam's OCD
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2564 82007160-df01-0410-b94d-b575c5fd34c7
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 */ |