comparison src/gaim.h @ 2317:ab8ca5d75dcd

[gaim-migrate @ 2327] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 04:50:50 +0000
parents bd9d403fb15b
children bde2481bb4db
comparison
equal deleted inserted replaced
2316:ebb5ecb2cd5b 2317:ab8ca5d75dcd
120 /* prpls can use this to save information about the user, 120 /* prpls can use this to save information about the user,
121 * like which server to connect to, etc */ 121 * like which server to connect to, etc */
122 char proto_opt[7][256]; 122 char proto_opt[7][256];
123 123
124 /* buddy icon file */ 124 /* buddy icon file */
125 char *iconfile; 125 char iconfile[256];
126 126
127 struct gaim_connection *gc; 127 struct gaim_connection *gc;
128 128
129 /* stuff for modify window */ 129 /* stuff for modify window */
130 GtkWidget *mod; 130 GtkWidget *mod;