summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index b129296a7b..921303cf57 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -48,4 +48,8 @@ enum hotkey_action {
48}; 48};
49#endif 49#endif
50 50
51/* needed for the playlist viewer.. eventually clean this up */
52void onplay_show_playlist_cat_menu(char* track_name);
53void onplay_show_playlist_menu(char* track_name);
54
51#endif 55#endif