diff options
Diffstat (limited to 'account.h')
-rw-r--r-- | account.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ typedef struct account GHashTable *nicks; struct irc *irc; - struct gaim_connection *gc; + struct im_connection *ic; struct account *next; } account_t; |