diff 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
line wrap: on
line diff
--- a/src/gaim.h	Thu Nov 02 00:25:58 2000 +0000
+++ b/src/gaim.h	Thu Nov 02 22:29:51 2000 +0000
@@ -132,6 +132,9 @@
 	char user_info[2048];
 	int options;
 	int protocol;
+	/* prpls can use this to save information about the user,
+	 * like which server to connect to, etc */
+	char proto_opt[6][256];
 
 	struct gaim_connection *gc;