From c7c2ca7b51fa1a7e086be4321cd92ad9b5921272 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 1 Mar 2006 14:37:56 +0000 Subject: # 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 --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/extern.h') 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); -- cgit