--- 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 *);