comparison src/prpl.h @ 1806:c649b63382b7

[gaim-migrate @ 1816] part one of nsanch's patch. i still need to look at what got changed with zephyr. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 11:11:22 +0000
parents 896432d66303
children f15d449b3167
comparison
equal deleted inserted replaced
1805:caa605e70917 1806:c649b63382b7
75 * their UIs all that often anyway. */ 75 * their UIs all that often anyway. */
76 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *); 76 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
77 void (* user_opts)(GtkWidget *, struct aim_user *); 77 void (* user_opts)(GtkWidget *, struct aim_user *);
78 void (* draw_new_user)(GtkWidget *); 78 void (* draw_new_user)(GtkWidget *);
79 void (* do_new_user)(); 79 void (* do_new_user)();
80 void (* draw_join_chat) (struct gaim_connection *, GtkWidget *);
80 81
81 /* all the server-related functions */ 82 /* all the server-related functions */
82 void (* login) (struct aim_user *); 83 void (* login) (struct aim_user *);
83 void (* close) (struct gaim_connection *); 84 void (* close) (struct gaim_connection *);
84 void (* send_im) (struct gaim_connection *, char *who, char *message, int away); 85 void (* send_im) (struct gaim_connection *, char *who, char *message, int away);