diff options
Diffstat (limited to 'screen_play.h')
-rw-r--r-- | screen_play.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/screen_play.h b/screen_play.h index f7c101856..535fc1887 100644 --- a/screen_play.h +++ b/screen_play.h @@ -1,5 +1,8 @@ int play_get_selected(void); +int playlist_add_song(mpd_client_t *c, mpd_Song *song); +int playlist_delete_song(mpd_client_t *c, int index); + screen_functions_t *get_screen_playlist(void); |