diff options
Diffstat (limited to 'irc.h')
| -rw-r--r-- | irc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -151,7 +151,7 @@ typedef struct irc_channel  struct irc_channel_funcs  { -	gboolean (*privmsg)( irc_channel_t *iu, const char *msg ); +	gboolean (*privmsg)( irc_channel_t *ic, const char *msg );  };  typedef enum | 
