diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 |
commit | 81e04e162bdc4517b2f357fd16dfd76f68245464 (patch) | |
tree | 9c916915ff7b5e46b6316f032871815a5e79de02 /irc.h | |
parent | 10a96f44efbeb6af09e2728926ce15b6bda12131 (diff) |
nogaim.c is close to doing something useful again without speaking any IRC
itself.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -152,8 +152,6 @@ struct irc_channel_funcs gboolean (*privmsg)( irc_channel_t *iu, const char *msg ); }; -#include "user.h" - /* irc.c */ extern GSList *irc_connection_list; |