From d91e67acc97263504a7338856b055d565e14c99a Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 17 Sep 2011 17:20:27 +0000 Subject: 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 --- apps/plugins/lrcplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lrcplayer.c') 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[] = { -- cgit v1.1