From: michael Date: Fri, 13 Mar 2015 20:17:34 +0000 (+0000) Subject: - irc.c: fixed compile error X-Git-Tag: 1.0.4~15 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=1c64edecb203df7eb6b2637ff3c4c1e66876f1c7;p=hopm.git - 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 --- 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);