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
|
|
@ -22,6 +22,7 @@
|
|||
#define _FILEHANDLE_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include <tree.h>
|
||||
|
||||
/* using attribute bits not used by FAT (FAT uses lower 7) */
|
||||
|
|
@ -54,7 +55,7 @@ struct filetype {
|
|||
enum themable_icons icon;
|
||||
int voiceclip;
|
||||
};
|
||||
void tree_get_filetypes(const struct filetype**, int*);
|
||||
void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR;
|
||||
|
||||
/* init the filetypes structs.
|
||||
uses audio buffer for storage, so call early in init... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue