forked from len0rd/rockbox
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c1ab1f057
commit
e15f8a21a9
26 changed files with 47 additions and 26 deletions
|
|
@ -354,7 +354,7 @@ MENUITEM_RETURNVALUE(db_browser, ID2P(LANG_TAGCACHE), GO_TO_DBBROWSER,
|
|||
#endif
|
||||
MENUITEM_RETURNVALUE(rocks_browser, ID2P(LANG_PLUGINS), GO_TO_BROWSEPLUGINS,
|
||||
NULL, Icon_Plugin);
|
||||
char *get_wps_item_name(int selected_item, void * data, char *buffer)
|
||||
static char *get_wps_item_name(int selected_item, void * data, char *buffer)
|
||||
{
|
||||
(void)selected_item; (void)data; (void)buffer;
|
||||
if (audio_status())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue