Fix strict prototype warnings

This commit is contained in:
Patrick Griffis
2016-02-18 08:57:22 -05:00
parent 05385f2479
commit aab881fda2
16 changed files with 30 additions and 30 deletions

View File

@@ -80,7 +80,7 @@ static int tray_restore_timer = 0;
void tray_apply_setup (void);
static gboolean tray_menu_try_restore ();
static gboolean tray_menu_try_restore (void);
static void tray_cleanup (void);
static void tray_init (void);
@@ -391,7 +391,7 @@ tray_menu_notify_cb (GObject *tray, GParamSpec *pspec, gpointer user_data)
}
static gboolean
tray_menu_try_restore ()
tray_menu_try_restore (void)
{
tray_cleanup();
tray_init();