summaryrefslogtreecommitdiff
path: root/openbox/menuframe.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/menuframe.c
parent9b803f4755b73d1e3d28943c4c141493ad36317c (diff)
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/menuframe.c')
-rw-r--r--openbox/menuframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index 944fa2e8..979e834f 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -1057,7 +1057,7 @@ static void menu_frame_hide(ObMenuFrame *self)
menu_frame_free(self);
}
-void menu_frame_hide_all()
+void menu_frame_hide_all(void)
{
GList *it;