From dcc2e89b2e0a99645b4f49360c3b76958730563e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 10 Jul 2000 23:00:56 +0000 Subject: Enabled lots of GCC warnings, fixed those that were easy to fix. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@456 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/botnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc/bot/botnet.h') diff --git a/src/irc/bot/botnet.h b/src/irc/bot/botnet.h index da022b22..e8b436d5 100644 --- a/src/irc/bot/botnet.h +++ b/src/irc/bot/botnet.h @@ -95,8 +95,8 @@ struct _botnet_rec { extern GSList *botnets; -void bot_send_cmd(BOT_REC *bot, char *data); -void bot_send_cmdv(BOT_REC *bot, char *format, ...); +void bot_send_cmd(BOT_REC *bot, const char *data); +void bot_send_cmdv(BOT_REC *bot, const char *format, ...); /* broadcast a message to everyone in bot network, except for `except_bot' if it's not NULL. If botnet is NULL, the message is sent to all botnets. */ -- cgit v1.2.3