diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:09 +0000 |
commit | c036ed1f512792bb6cf35bcc329300a522e18a0a (patch) | |
tree | 63851a9ecde77211004a1e806114f827456a9487 /include/extern.h | |
parent | 902ef1ce040903dcfc8fe7adb54635a3681c0712 (diff) |
Move more stuff into the user class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1189 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 069d217f4..709f0136a 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1149,7 +1149,6 @@ E char *TS6SID; E char *TS6UPLINK; E void update_host(User * user); -E void change_user_host(User * user, const char *host); E void change_user_username(User * user, const char *username); E void change_user_realname(User * user, const char *realname); |