summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
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