diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-12 18:07:22 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-12 18:07:22 +0000 |
commit | 5f8158ffa61beb5eb48af8285d6219b9bac99ea6 (patch) | |
tree | 1237687933c57a8f04741858be80ba2421c79e61 /include | |
parent | 029f98657907a18d64b33d08b6f3577d2561a4c3 (diff) |
- Remove entering_umode and change_umode callbacks in preparation for the
modular usermode subsystem
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2023 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/s_user.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/s_user.h b/include/s_user.h index 135c4ed..af05c67 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -31,9 +31,7 @@ struct Client; -extern struct Callback *entering_umode_cb; -extern struct Callback *umode_cb; -extern unsigned int user_modes[]; +extern const unsigned int user_modes[]; extern void assemble_umode_buffer(void); extern void set_user_mode(struct Client *, struct Client *, const int, char *[]); |