From fdc29d0ea4fbdd2cc1509a53122be7ec85cdb432 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Mon, 19 Dec 2011 20:12:52 +0000 Subject: Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31370 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 2524dcc909..7047b93709 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -193,7 +193,7 @@ enum { ALARM_START_WPS = 0, #define SETTINGS_RTC (BIT_N(0)) /* only the settings from the RTC nonvolatile RAM */ #define SETTINGS_HD (BIT_N(1)) /* only the settings from the disk sector */ #define SETTINGS_ALL (SETTINGS_RTC|SETTINGS_HD) /* both */ -void settings_load(int which); +void settings_load(int which) INIT_ATTR; bool settings_load_config(const char* file, bool apply); void status_save(void); -- cgit v1.2.3