--- 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;