mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sprinkle around some static and const.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
906905aa43
commit
a0377bd500
5 changed files with 17 additions and 15 deletions
|
@ -58,7 +58,7 @@ void tree_get_filetypes(const struct filetype**, int*);
|
|||
|
||||
/* init the filetypes structs.
|
||||
uses audio buffer for storage, so call early in init... */
|
||||
void filetype_init(void) INIT_ATTR;
|
||||
void filetype_init(void) INIT_ATTR;
|
||||
void read_viewer_theme_file(void);
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
void read_color_theme_file(void);
|
||||
|
@ -80,7 +80,7 @@ bool filetype_supported(int attr);
|
|||
int filetype_list_viewers(const char* current_file);
|
||||
|
||||
/* start a plugin with file as the argument (called from onplay.c) */
|
||||
int filetype_load_plugin(const char* plugin, char* file);
|
||||
int filetype_load_plugin(const char* plugin, const char* file);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue