diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-10 05:21:00 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-10 05:21:00 +0000 |
commit | 67d3b46dfdbdb405ac501e3b59b973c35a89d0fa (patch) | |
tree | 667f039afd729a89dc04e9fa3168e79fcb5be286 /include | |
parent | 66bb7e7b0bf45a9b4fce0956e94f5a929e7019be (diff) |
BUILD : 1.7.6 (486) BUGS : 243 NOTES : docs patch to bug 243, and removed shut_clean_user() it started to do more harm then good
git-svn-id: svn://svn.anope.org/anope/trunk@486 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@340 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-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 4513fcf90..ec3243d61 100644 --- a/include/extern.h +++ b/include/extern.h @@ -899,7 +899,6 @@ E void get_user_stats(long *nusers, long *memuse); E User *finduser(const char *nick); E User *firstuser(void); E User *nextuser(void); -E void shut_clean_user(); E void update_host(User * user); E void change_user_host(User * user, const char *host); |