diff options
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 3 |
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); #endif /* needed for the playlist viewer.. eventually clean this up */ -void onplay_show_playlist_cat_menu(char* track_name); +void onplay_show_playlist_cat_menu(const char* track_name, int attr, + void (*add_to_pl_cb)); void onplay_show_playlist_menu(const char* path, void (*playlist_insert_cb)); #endif |