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/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 1f4ae326..8a01ee1f 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -188,10 +188,10 @@ extern GSList *config_menu_files; extern GSList *config_per_app_settings; void config_startup(ObtParseInst *i); -void config_shutdown(); +void config_shutdown(void); /*! Create an ObAppSettings structure with the default values */ -ObAppSettings* config_create_app_settings(); +ObAppSettings* config_create_app_settings(void); /*! Copies any settings in src to dest, if they are their default value in src. */ void config_app_settings_copy_non_defaults(const ObAppSettings *src, -- cgit v1.2.3