summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 4af2f1a4f3..952586465f 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -56,7 +56,7 @@
56#include "recording.h" 56#include "recording.h"
57#endif 57#endif
58 58
59bool show_credits(void) 59static bool show_credits(void)
60{ 60{
61 plugin_load("/.rockbox/rocks/credits.rock",NULL); 61 plugin_load("/.rockbox/rocks/credits.rock",NULL);
62 return false; 62 return false;
@@ -72,7 +72,7 @@ extern bool simulate_usb(void);
72#define SIZE_FMT "%s %s" 72#define SIZE_FMT "%s %s"
73#endif 73#endif
74 74
75bool show_info(void) 75static bool show_info(void)
76{ 76{
77 char s[64], s1[32]; 77 char s[64], s1[32];
78 unsigned long size, free; 78 unsigned long size, free;
@@ -340,7 +340,7 @@ bool rec_menu(void)
340} 340}
341#endif 341#endif
342 342
343bool info_menu(void) 343static bool info_menu(void)
344{ 344{
345 int m; 345 int m;
346 bool result; 346 bool result;
@@ -374,7 +374,7 @@ static bool do_shutdown(void)
374 return false; 374 return false;
375} 375}
376#endif 376#endif
377 377
378bool main_menu(void) 378bool main_menu(void)
379{ 379{
380 int m; 380 int m;