diff src/prpl.h @ 5638:0bdfa28c678e

[gaim-migrate @ 6047] We're slowly killing off multi.h. The proto_user_split and proto_user_opt have been replaced with GaimAccountOption and GaimAccountUserSplit structures, which of course have an API. The account dialog is being rewritten as well, and will soon allow you to add and modify accounts again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 17:40:20 +0000
parents 5e7de337a053
children f67742956a28
line wrap: on
line diff
--- a/src/prpl.h	Sun Jun 01 16:17:15 2003 +0000
+++ b/src/prpl.h	Sun Jun 01 17:40:20 2003 +0000
@@ -182,10 +182,8 @@
 	GaimProtocol protocol;        /**< The protocol type.         */
 	GaimProtocolOptions options;  /**< Protocol options.          */
 
-	/* user_splits is a GList of g_malloc'd struct proto_user_split */
-	GList *user_splits;
-	/* user_opts is a GList* of g_malloc'd struct proto_user_opts */
-	GList *user_opts;
+	GList *user_splits;      /* A GList of GaimAccountUserSplit */
+	GList *protocol_options; /* A GList of GaimAccountOption    */
 
 	/** 
 	 * Returns the base icon name for the given buddy and account.