summaryrefslogtreecommitdiff
path: root/src/send.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:09 +0000
commitd239984fb4f726d03f0392f84234e18f0344f8a3 (patch)
treeb7ff6b59711cf442ab6d07e8e9dee482cc6ec1df /src/send.c
parent3e6f3f6b54a0f5810f19eae853893ff8d8a9eb9b (diff)
Various g++ fixes. Compiles, doesn't link.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1180 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 6d57a9823..8a827a1db 100644
--- a/src/send.c
+++ b/src/send.c
@@ -167,7 +167,7 @@ void notice_list(char *source, char *dest, char **text)
* @param ... any number of parameters
* @return void
*/
-void notice_lang(char *source, User * dest, int message, ...)
+void notice_lang(const char *source, User * dest, int message, ...)
{
va_list args;
char buf[4096]; /* because messages can be really big */