| # | Line 58 | Line 58 | static void irc_reconnect(void); | |
|---|---|---|
| 58 | static void irc_read(void); | |
| 59 | static void irc_parse(void); | |
| 60 | ||
| 61 | < | static struct ChannelConf *get_channel(const char *); |
| 61 | > | static const struct ChannelConf *get_channel(const char *); |
| 62 | ||
| 63 | static struct UserInfo *userinfo_create(char *); | |
| 64 | static void userinfo_free(struct UserInfo *source); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |