ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.c
(Generate patch)

Comparing hopm/trunk/src/irc.c (file contents):
Revision 5678 by michael, Fri Mar 13 19:19:35 2015 UTC vs.
Revision 5683 by michael, Fri Mar 13 20:17:15 2015 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)