summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-04-12 19:31:24 +0200
committerSolomon Peachy <pizza@shaftnet.org>2022-04-18 10:48:41 -0400
commit1c66e975222558e8cd80d8ce2cd083370fb157a2 (patch)
tree5f0b7ce7fe580579073af1b84d8afc0e8ab011dc /apps/onplay.h
parenta234df30dff854f5935c5416febe04f003c12bfc (diff)
downloadrockbox-1c66e975222558e8cd80d8ce2cd083370fb157a2.tar.gz
rockbox-1c66e975222558e8cd80d8ce2cd083370fb157a2.zip
Database: Remove File View menu
These options don't seem to apply to the database... Change-Id: I777073eeaed4099acf44996b95fa05b4c2b3abc4
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index bff8dafff0..3a259d68e6 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -22,6 +22,7 @@
22#define _ONPLAY_H_ 22#define _ONPLAY_H_
23 23
24int onplay(char* file, int attr, int from_screen, bool hotkey); 24int onplay(char* file, int attr, int from_screen, bool hotkey);
25int get_onplay_context(void);
25 26
26enum { 27enum {
27 ONPLAY_MAINMENU = -1, 28 ONPLAY_MAINMENU = -1,