diff src/prpl.h @ 2170:c24595d3c364

[gaim-migrate @ 2180] buddy_menu committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 07:11:50 +0000
parents edf8c5a70e5b
children dca8e00d7de0
line wrap: on
line diff
--- a/src/prpl.h	Mon Aug 27 04:53:19 2001 +0000
+++ b/src/prpl.h	Mon Aug 27 07:11:50 2001 +0000
@@ -80,6 +80,7 @@
 	void   (* do_action)(struct gaim_connection *, char *);
 	/* user_opts returns a GList* of g_malloc'd struct proto_user_opts */
 	GList *(* user_opts)();
+	GList *(* buddy_menu)(struct gaim_connection *, char *);
 
 	/* when UI plugins come, these will have to be reconciled by returning
 	 * structs indicating what kinds of information they want displayed. */
@@ -87,7 +88,6 @@
 	 * have different src- dirs in src: src-common, src-gtk, src-cli, etc.
 	 * then have a prpl-base and prpl-UI stuff. people don't need to change
 	 * their UIs all that often anyway. */
-	void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
 	void (* draw_new_user)(GtkWidget *);
 	void (* do_new_user)();
 	void (* draw_join_chat)(struct gaim_connection *, GtkWidget *);