]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / config.h
index 1f4ae326d3e1d0f41670ab9b30bf6605c1a5ddaa..8a01ee1ff4345121066695d2c59ae17cf5536aae 100644 (file)
@@ -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,
This page took 0.02544 seconds and 4 git commands to generate.