summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-20 09:04:49 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-08-20 09:04:49 +0000
commitedbd71f4033d4424b0dcf05014a3180b10295866 (patch)
tree15adaf0fe2ba3f0d0d6eb51c067bb7ff9be2fe03 /include
parent8dc143627967422b0afadb86ebd09dfcb486fc0d (diff)
# BUILD : 1.7.15 (1135) # BUGS : 586 584 582 # NOTES : several fixes
git-svn-id: svn://svn.anope.org/anope/trunk@1135 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@858 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index b49cbe0bf..18fd359de 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -695,7 +695,7 @@ E void lang_init(void);
(langtexts[((nc)?((NickCore*)nc)->language:NSDefLanguage)][(index)])
E int strftime_lang(char *buf, int size, User * u, int format,
struct tm *tm);
-E void syntax_error(char *service, User * u, char *command,
+E void syntax_error(char *service, User * u, const char *command,
int msgnum);