Mercurial > pidgin
diff src/prpl.h @ 1898:73d73939f698
[gaim-migrate @ 1908]
this is part one of three.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 28 May 2001 03:36:04 +0000 |
| parents | 75643b9f4261 |
| children | 5bed3bc833b5 |
line wrap: on
line diff
--- a/src/prpl.h Fri May 25 23:07:22 2001 +0000 +++ b/src/prpl.h Mon May 28 03:36:04 2001 +0000 @@ -79,7 +79,9 @@ void (* user_opts)(GtkWidget *, struct aim_user *); void (* draw_new_user)(GtkWidget *); void (* do_new_user)(); - void (* draw_join_chat) (struct gaim_connection *, GtkWidget *); + void (* draw_join_chat)(struct gaim_connection *, GtkWidget *); + void (* insert_convo)(struct gaim_connection *, struct conversation *); + void (* remove_convo)(struct gaim_connection *, struct conversation *); /* all the server-related functions */ void (* login) (struct aim_user *);
