From dff382cb9c94f36246ed5aeea1ef4ddb26686588 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Wed, 16 Jul 2008 12:10:49 +0000 Subject: Make a couple of locally used callbacks static git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18067 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/recording_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/menus') diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index c13edfa157..b3b33b7f52 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -71,7 +71,7 @@ #include "viewport.h" static bool no_source_in_menu = false; -int recmenu_callback(int action,const struct menu_item_ex *this_item); +static int recmenu_callback(int action,const struct menu_item_ex *this_item); static int recsource_func(void) { @@ -295,7 +295,7 @@ MENUITEM_FUNCTION(enc_global_config_menu_item, 0, ID2P(LANG_ENCODER_SETTINGS), #endif /* CONFIG_CODEC == SWCODEC */ -int recmenu_callback(int action,const struct menu_item_ex *this_item) +static int recmenu_callback(int action,const struct menu_item_ex *this_item) { switch (action) { -- cgit v1.2.3