summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 807bfe8cf7..ae23bdaefd 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -75,7 +75,8 @@ const struct hotkey_assignment *get_hotkey(int action);
75#endif 75#endif
76 76
77/* needed for the playlist viewer.. eventually clean this up */ 77/* needed for the playlist viewer.. eventually clean this up */
78void onplay_show_playlist_cat_menu(char* track_name); 78void onplay_show_playlist_cat_menu(const char* track_name, int attr,
79 void (*add_to_pl_cb));
79void onplay_show_playlist_menu(const char* path, void (*playlist_insert_cb)); 80void onplay_show_playlist_menu(const char* path, void (*playlist_insert_cb));
80 81
81#endif 82#endif