From 19425909c3e19b3733b13fefc2a2aa88fb9f1d61 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 21:33:00 +0000 Subject: Another round of making local functions static and making sure that source files are in sync with their header files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.c | 1 + apps/recorder/radio.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/codecs/lib/codeclib.c b/apps/codecs/lib/codeclib.c index 7f822f49ef..75f1d1a18a 100644 --- a/apps/codecs/lib/codeclib.c +++ b/apps/codecs/lib/codeclib.c @@ -19,6 +19,7 @@ /* "helper functions" common to all codecs */ +#include #include "codecs.h" #include "dsp.h" #include "codeclib.h" diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index f4b643de94..38319dca9e 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -1395,7 +1395,7 @@ MENUITEM_SETTING(set_region, &global_settings.fm_region, NULL); MENUITEM_SETTING(force_mono, &global_settings.fm_force_mono, NULL); #ifndef FM_MODE -char* get_mode_text(int selected_item, void * data, char *buffer) +static char* get_mode_text(int selected_item, void * data, char *buffer) { (void)selected_item; (void)data; -- cgit v1.2.3