comparison libpurple/protocols/irc/irc.h @ 32771:a78523019e7a

IRC: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:11:40 +0000
parents 54a700cedb38
children
comparison
equal deleted inserted replaced
32770:a5f50581b7c0 32771:a78523019e7a
52 PurpleAccount *account; 52 PurpleAccount *account;
53 GHashTable *msgs; 53 GHashTable *msgs;
54 GHashTable *cmds; 54 GHashTable *cmds;
55 char *server; 55 char *server;
56 int fd; 56 int fd;
57 guint inpa;
57 guint timer; 58 guint timer;
58 guint who_channel_timer; 59 guint who_channel_timer;
59 GHashTable *buddies; 60 GHashTable *buddies;
60 61
61 gboolean ison_outstanding; 62 gboolean ison_outstanding;