Code

screen_queue: move playlist_save() to save_playlist.c
[ncmpc.git] / src / screen_queue.h
index 2c3075f1b48cc16dd97fdf7f7f2a3cdfa5675d2f..d7d135adadaa0b26d1463e16f2b6a092302356e1 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
 #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