libpurple/idle.c

changeset 22104
56970903b8e9
parent 19859
71d37b57eff2
child 22108
cb9819851163
--- a/libpurple/idle.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/libpurple/idle.c	Thu Jan 03 04:57:40 2008 +0000
@@ -216,7 +216,7 @@
  * Check idle and set the timer to fire at the next idle-worth event 
  */
 static gint
-check_idleness_timer()
+check_idleness_timer(void)
 {
 	check_idleness();
 	if (time_until_next_idle_event == 0)
@@ -295,7 +295,7 @@
 }
 
 static void *
-purple_idle_get_handle()
+purple_idle_get_handle(void)
 {
 	static int handle;
 

mercurial