summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-09-04 06:21:22 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-09-04 06:27:10 +0200
commit556eb7b7fb20b3b0db03b6d92259ad3bb16dccde (patch)
treee1d67b73f558a23a925ef90abb7575013d5cd89e /openbox/startupnotify.c
parent9b803f4755b73d1e3d28943c4c141493ad36317c (diff)
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/startupnotify.c')
-rw-r--r--openbox/startupnotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 1cf8da6f..002bd2dc 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -106,7 +106,7 @@ static SnStartupSequence* sequence_find(const gchar *id)
return ret;
}
-gboolean sn_app_starting()
+gboolean sn_app_starting(void)
{
return sn_waits != NULL;
}
@@ -264,7 +264,7 @@ void sn_setup_spawn_environment(gchar *program, gchar *name,
g_free(desc);
}
-void sn_spawn_cancel()
+void sn_spawn_cancel(void)
{
sn_launcher_context_complete(sn_launcher);
}