comparison libgaim/protocols/silc/silcgaim.h @ 14262:baff095b146c

[gaim-migrate @ 16944] Rename GaimProxyConnectInfo to GaimProxyConnectData, and change the variables from connect_info to connect_data. Sorry, but I wanted to get this right before it becomes permanent. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 05:25:44 +0000
parents 60b1bc8dbf37
children 118fd0dc5b6e
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
65 /* The SILC Gaim plugin context */ 65 /* The SILC Gaim plugin context */
66 typedef struct SilcGaimStruct { 66 typedef struct SilcGaimStruct {
67 SilcClient client; 67 SilcClient client;
68 SilcClientConnection conn; 68 SilcClientConnection conn;
69 69
70 GaimProxyConnectInfo *connect_info; 70 GaimProxyConnectData *connect_data;
71 guint scheduler; 71 guint scheduler;
72 GaimConnection *gc; 72 GaimConnection *gc;
73 GaimAccount *account; 73 GaimAccount *account;
74 unsigned long channel_ids; 74 unsigned long channel_ids;
75 GList *grps; 75 GList *grps;