diff src/eventloop.c @ 8387:98c9a35541ed

[gaim-migrate @ 9115] This should be less wrong. Or more wrong. Either one. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 02 Mar 2004 08:12:24 +0000
parents ef881489396e
children 0f2af117d5d3
line wrap: on
line diff
--- a/src/eventloop.c	Tue Mar 02 08:05:03 2004 +0000
+++ b/src/eventloop.c	Tue Mar 02 08:12:24 2004 +0000
@@ -34,7 +34,7 @@
 	return ops->timeout_add(interval, function, data);
 }
 
-void
+guint
 gaim_timeout_remove(guint tag)
 {
 	GaimEventLoopUiOps *ops = gaim_eventloop_get_ui_ops();