Code

screen_queue: move playlist_save() to save_playlist.c
[ncmpc.git] / src / screen_queue.h
index f37f1d53d519ca30561bde72fbe72fcd8c101831..d7d135adadaa0b26d1463e16f2b6a092302356e1 100644 (file)
 #ifndef NCMPC_SCREEN_QUEUE_H
 #define NCMPC_SCREEN_QUEUE_H
 
-struct mpdclient;
-
 extern const struct screen_functions screen_queue;
 
-int
-playlist_save(struct mpdclient *c, char *name, char *defaultname);
-
 #endif