summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-11-15 13:22:02 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-11-15 13:22:02 +0000
commit101693fd3047fb64e766580e80635a424fa25c4d (patch)
tree80f5664710a6e84b73f33e22c1b8632c13c5a727 /apps/onplay.h
parente7e4b131d06f748400b5299d4d1ebfb38f9f08bf (diff)
downloadrockbox-101693fd3047fb64e766580e80635a424fa25c4d.tar.gz
rockbox-101693fd3047fb64e766580e80635a424fa25c4d.zip
FS#12251 - User shortcuts in the main menu.
Custom shortcuts which give the user fast access to regularly used files/folders/settings/whatever. Thanks to Alexander Levin for the manual part of the patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 921303cf57..d24bf567b1 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -50,6 +50,6 @@ enum hotkey_action {
50 50
51/* needed for the playlist viewer.. eventually clean this up */ 51/* needed for the playlist viewer.. eventually clean this up */
52void onplay_show_playlist_cat_menu(char* track_name); 52void onplay_show_playlist_cat_menu(char* track_name);
53void onplay_show_playlist_menu(char* track_name); 53void onplay_show_playlist_menu(char* path);
54 54
55#endif 55#endif