mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
plugins: make local functions static for a subset of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e03faf835d
commit
d91e67acc9
14 changed files with 124 additions and 122 deletions
|
@ -148,7 +148,7 @@ static struct viewport vp_lyrics[NB_SCREENS];
|
|||
#else /* HAVE_LCD_BITMAP */
|
||||
#define LST_OFF_Y 1
|
||||
#endif
|
||||
int lrc_set_time(const char *title, const char *unit, long *pval,
|
||||
static int lrc_set_time(const char *title, const char *unit, long *pval,
|
||||
int step, int min, int max, int flags)
|
||||
{
|
||||
const struct button_mapping *lst_contexts[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue