diff src/gaim.h @ 2131:acc11216ec5d

[gaim-migrate @ 2141] changing some gtk_timeout stuff to g_timeout (since it's likely that these will be used in core rather than gtk-ui). also fixed a small buddy pounce bug. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 23:38:48 +0000
parents af59d854de29
children 18722ae5b882
line wrap: on
line diff
--- a/src/gaim.h	Mon Aug 06 21:47:17 2001 +0000
+++ b/src/gaim.h	Mon Aug 06 23:38:48 2001 +0000
@@ -750,7 +750,7 @@
 extern void build_edit_tree();
 extern void remove_person(struct group *, struct buddy *);
 extern void remove_category(struct group *);
-extern void do_pounce(char *, int);
+extern void do_pounce(struct gaim_connection *, char *, int);
 extern void do_bp_menu();
 extern struct buddy *find_buddy(struct gaim_connection *, char *);
 extern struct group *find_group(struct gaim_connection *, char *);