From 9e05faf3d6ac1c527032efb7210de8bbfeb2212c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 15 Feb 2008 16:47:10 +0100 Subject: () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. --- openbox/client_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client_menu.h') diff --git a/openbox/client_menu.h b/openbox/client_menu.h index fe145022..5c555168 100644 --- a/openbox/client_menu.h +++ b/openbox/client_menu.h @@ -19,6 +19,6 @@ #ifndef ob__client_menu_h #define ob__client_menu_h -void client_menu_startup(); +void client_menu_startup(void); #endif -- cgit v1.2.3