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 144fb80df1..ea1c2e6c38 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -78,6 +78,6 @@ const struct hotkey_assignment *get_hotkey(int action);
78/* needed for the playlist viewer.. eventually clean this up */ 78/* needed for the playlist viewer.. eventually clean this up */
79void onplay_show_playlist_cat_menu(const char* track_name, int attr, 79void onplay_show_playlist_cat_menu(const char* track_name, int attr,
80 void (*add_to_pl_cb)); 80 void (*add_to_pl_cb));
81void onplay_show_playlist_menu(const char* path, void (*playlist_insert_cb)); 81void onplay_show_playlist_menu(const char* path, int attr, void (*playlist_insert_cb));
82 82
83#endif 83#endif