forked from len0rd/rockbox
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
This commit is contained in:
parent
7d61376ef8
commit
fdc29d0ea4
27 changed files with 39 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ bool settings_parseline(char* line, char** name, char** value);
|
|||
long default_event_handler_ex(long event, void (*callback)(void *), void *parameter);
|
||||
long default_event_handler(long event);
|
||||
bool list_stop_handler(void);
|
||||
void car_adapter_mode_init(void);
|
||||
void car_adapter_mode_init(void) INIT_ATTR;
|
||||
extern int show_logo(void);
|
||||
|
||||
int open_utf8(const char* pathname, int flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue