aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index cb34423b..34533728 100644
--- a/irc.h
+++ b/irc.h
@@ -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