comparison src/gaim.h @ 1051:713b0e14e0a9

[gaim-migrate @ 1061] user_info only in aim_user (saves 2k per connection); mem leak fixes in dialogs.c and multi.c; and proto_opt in aim_user (so prpls can have their own saved information per user). no way to draw protocol option selection window thingy yet, so prpls will either have to do that on their own or something. i don't know. we'll figure it out. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 02 Nov 2000 22:29:51 +0000
parents ece2d1543b20
children bde34730789c
comparison
equal deleted inserted replaced
1050:c4baa5509558 1051:713b0e14e0a9
130 char username[64]; 130 char username[64];
131 char password[32]; 131 char password[32];
132 char user_info[2048]; 132 char user_info[2048];
133 int options; 133 int options;
134 int protocol; 134 int protocol;
135 /* prpls can use this to save information about the user,
136 * like which server to connect to, etc */
137 char proto_opt[6][256];
135 138
136 struct gaim_connection *gc; 139 struct gaim_connection *gc;
137 140
138 /* stuff for modify window */ 141 /* stuff for modify window */
139 GtkWidget *mod; 142 GtkWidget *mod;