diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 14:37:56 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 14:37:56 +0000 |
commit | c7c2ca7b51fa1a7e086be4321cd92ad9b5921272 (patch) | |
tree | e2b2d4abbb777297d3c5851f668dde2fc993ece0 /include | |
parent | 47e4ace8cc30eb67fd24718ed3291e7d96eea773 (diff) |
# BUILD : 1.7.13 (984)
# BUGS : 451 459
# NOTES : bug fixing day!
git-svn-id: svn://svn.anope.org/anope/trunk@984 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@709 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index ea0995f08..2f49de5a7 100644 --- a/include/extern.h +++ b/include/extern.h @@ -128,7 +128,7 @@ E void chan_remove_user_status(Channel * chan, User * user, int16 status); E void chan_set_user_status(Channel * chan, User * user, int16 status); E int get_access_level(ChannelInfo * ci, NickAlias * na); -E char *get_xop_level(int level); +E const char *get_xop_level(int level); E void do_cmode(const char *source, int ac, char **av); E void do_join(const char *source, int ac, char **av); |