diff options
author | Christi Scarborough <christi@coraline.org> | 2005-02-04 10:37:21 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-02-04 10:37:21 +0000 |
commit | 8a8bd91695f21343baf8fe3d1b118c885716f2a4 (patch) | |
tree | af75cc279c5338d08afbb694f3b09a3508fdcd75 /apps/main_menu.h | |
parent | a00619fd7bcf24cd9f34d0779e4a3cd9d82e9379 (diff) |
New Recording Option: Show recording screen on startup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main_menu.h')
-rw-r--r-- | apps/main_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main_menu.h b/apps/main_menu.h index b79528e610..f05cc52adc 100644 --- a/apps/main_menu.h +++ b/apps/main_menu.h @@ -23,5 +23,6 @@ extern int show_logo(void); extern bool main_menu(void); +extern bool rec_menu(void); #endif |