From 5b5003dcb12b0fe22f497a62d3024f3cf7a10fd1 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 24 Jul 2004 21:26:41 +0000 Subject: New feature: clean shutdown if you press OFF twice in the file browser, or select "Shut off" in the main menu. Players only have the menu option, due to lack of keys. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4940 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index df9eba8e55..7815bd2183 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -39,5 +39,6 @@ void screen_dump(void); #endif bool settings_parseline(char* line, char** name, char** value); +bool clean_shutdown(void); #endif -- cgit v1.2.3