diff src/multi.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 cff133e0ec0c
children 8f1ca76e46f5
line wrap: on
line diff
--- a/src/multi.h	Mon Aug 27 04:53:19 2001 +0000
+++ b/src/multi.h	Mon Aug 27 07:11:50 2001 +0000
@@ -85,6 +85,12 @@
 	int pos;
 };
 
+struct proto_buddy_menu {
+	char *label;
+	void (*callback)(struct gaim_connection *, char *);
+	struct gaim_connection *gc;
+};
+
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
 extern GSList *connections;