aboutsummaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-03-30 22:40:45 -0700
committerWilmer van der Gaast <wilmer@gaast.net>2007-03-30 22:40:45 -0700
commit0da65d5fb37691ed4d31f7ab4058732f1440db6b (patch)
treea4904e65af761a4503bbc8d4a117d9a0a0ed42f8 /account.h
parentfa29d09342c79b886efacee4cfc3078be5f5a722 (diff)
s/gaim_connection/im_connection/ and some other minor API changes. The rest
will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
Diffstat (limited to 'account.h')
-rw-r--r--account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.h b/account.h
index 83f47a89..a81ca928 100644
--- a/account.h
+++ b/account.h
@@ -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;