Code

display songs time in playlist
[ncmpc.git] / src / screen_outputs.c
index a22fc925a0448285e0154318ae686100eef545d3..9b6fa87bc80e4a61f47bf3a40ee41e2e2d330a11 100644 (file)
@@ -1,7 +1,7 @@
 /* ncmpc (Ncurses MPD Client)
  * (c) 2004-2009 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
+
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -104,7 +104,7 @@ fill_outputs_list(mpdclient_t *c)
 
 static const char *
 outputs_list_callback(unsigned int output_index, bool *highlight,
-                     G_GNUC_UNUSED void *data)
+                     G_GNUC_UNUSED char **sc, G_GNUC_UNUSED void *data)
 {
        mpd_OutputEntity *output;