diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2011-09-17 17:20:27 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-09-17 17:20:27 +0000 |
| commit | d91e67acc97263504a7338856b055d565e14c99a (patch) | |
| tree | 47f4e8f80c99b7c049afeeb4ee926ce1b2ff24f8 /apps/plugins/lrcplayer.c | |
| parent | e03faf835dd7b879f589e3dc080991bab86dfae7 (diff) | |
| download | rockbox-d91e67acc97263504a7338856b055d565e14c99a.zip rockbox-d91e67acc97263504a7338856b055d565e14c99a.tar.gz rockbox-d91e67acc97263504a7338856b055d565e14c99a.tar.bz2 rockbox-d91e67acc97263504a7338856b055d565e14c99a.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lrcplayer.c')
| -rw-r--r-- | apps/plugins/lrcplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c index a124863..4fb94d7 100644 --- a/apps/plugins/lrcplayer.c +++ b/apps/plugins/lrcplayer.c @@ -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[] = { |