diff src/eventloop.c @ 8797:0f2af117d5d3

[gaim-migrate @ 9559] Making gaim_input_remove return a guint for no reason other than consistency. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 24 Apr 2004 14:14:05 +0000
parents 98c9a35541ed
children 62fc579810f4
line wrap: on
line diff
--- a/src/eventloop.c	Sat Apr 24 12:19:43 2004 +0000
+++ b/src/eventloop.c	Sat Apr 24 14:14:05 2004 +0000
@@ -50,7 +50,7 @@
 	return ops->input_add(source, condition, func, user_data);
 }
 
-void
+guint
 gaim_input_remove(guint tag)
 {
 	GaimEventLoopUiOps *ops = gaim_eventloop_get_ui_ops();