diff options
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 144fb80df1..ea1c2e6c38 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -78,6 +78,6 @@ const struct hotkey_assignment *get_hotkey(int action); /* needed for the playlist viewer.. eventually clean this up */ 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)); +void onplay_show_playlist_menu(const char* path, int attr, void (*playlist_insert_cb)); #endif |