]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Merge branch 'backport' into work
[chaz/openbox] / openbox / config.h
index 1f4ae326d3e1d0f41670ab9b30bf6605c1a5ddaa..cc5fa89af75d0902878aee76352509a83efb1b62 100644 (file)
@@ -188,14 +188,13 @@ 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,
                                            ObAppSettings *dest);
 
-
 #endif
This page took 0.023772 seconds and 4 git commands to generate.