diff -r a10ba529ae39 -r 7728d6ec3abf src/irc_chan.c --- a/src/irc_chan.c Wed May 27 23:07:00 2009 +0300 +++ b/src/irc_chan.c Wed May 27 23:57:48 2009 +0300 @@ -275,7 +275,7 @@ { NULL, NULL } }; -err_t irc_chan_create (struct irc_chan **chan_ptr, struct irc_net *net, const struct irc_chan_info *info, struct error_info *err) +err_t irc_chan_create (struct irc_chan **chan_ptr, struct irc_net *net, const struct irc_chan_info *info, error_t *err) { struct irc_chan *chan;