diff src/prpl.h @ 8170:9d1a984681fe

[gaim-migrate @ 8883] Gary Kramlich is probably getting sick of the prefs system, but at least he made a nice interface for protocol prefs. Thanks Gary! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 25 Jan 2004 22:15:42 +0000
parents d60272410bd5
children e3c059c3d92d
line wrap: on
line diff
--- a/src/prpl.h	Sun Jan 25 22:01:34 2004 +0000
+++ b/src/prpl.h	Sun Jan 25 22:15:42 2004 +0000
@@ -204,6 +204,7 @@
 
 	GList *user_splits;      /* A GList of GaimAccountUserSplit */
 	GList *protocol_options; /* A GList of GaimAccountOption    */
+	GList *protocol_prefs;   /* protocol specific options */
 
 	/**
 	 * Returns the base icon name for the given buddy and account.
@@ -327,6 +328,7 @@
 	struct _GaimRoomlist *(*roomlist_get_list)(GaimConnection *gc);
 	void (*roomlist_cancel)(struct _GaimRoomlist *list);
 	void (*roomlist_expand_catagory)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *catagory);
+
 };
 
 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \