From 9cd22a2d5703c1f8159e0614a3c1c4dd086a1158 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Thu, 22 Apr 2004 20:34:52 +0000 Subject: Changed the way songs are added/deleted from playlist (#0000220). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@875 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- screen_play.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'screen_play.h') 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); -- cgit v1.2.3