From 1c64edecb203df7eb6b2637ff3c4c1e66876f1c7 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 13 Mar 2015 20:17:34 +0000 Subject: [PATCH] - irc.c: fixed compile error git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5684 82007160-df01-0410-b94d-b575c5fd34c7 --- src/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc.c b/src/irc.c index bcc7997..56e6f83 100644 --- a/src/irc.c +++ b/src/irc.c @@ -58,7 +58,7 @@ static void irc_reconnect(void); static void irc_read(void); static void irc_parse(void); -static struct ChannelConf *get_channel(const char *); +static const struct ChannelConf *get_channel(const char *); static struct UserInfo *userinfo_create(char *); static void userinfo_free(struct UserInfo *source); -- 2.30.2