Mercurial > pidgin.yaz
diff src/ui.h @ 2559:e49ab50736bf
[gaim-migrate @ 2572]
some protocols (like icq) expect that they'll be signed off. if they're compiled statically they need to be signed off.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 19 Oct 2001 21:55:46 +0000 |
| parents | 108b3eab22aa |
| children | 6d00c0f8bfc5 |
line wrap: on
line diff
--- a/src/ui.h Fri Oct 19 21:27:07 2001 +0000 +++ b/src/ui.h Fri Oct 19 21:55:46 2001 +0000 @@ -291,7 +291,7 @@ extern void update_num_groups(); extern void show_buddy_list(); extern void refresh_buddy_window(); -extern void signoff_all(gpointer, gpointer); +extern void signoff_all(); extern void do_im_back(); extern void set_buddy(struct gaim_connection *, struct buddy *); extern void build_edit_tree();
