Code

display songs time in playlist
[ncmpc.git] / src / screen_browser.h
index 112ed9f9a3d7fcd2cd1bfe88b0a08aff455dbcb2..3954c8d3f3f52246b5e143782e73bfc77f7670e9 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
@@ -46,7 +46,7 @@ browser_playlist_changed(struct screen_browser *browser, mpdclient_t *c,
 
 #endif
 
-const char *browser_lw_callback(unsigned index, bool *highlight, void *filelist);
+const char *browser_lw_callback(unsigned index, bool *highlight, char** second_column, void *filelist);
 
 bool
 browser_change_directory(struct screen_browser *browser, mpdclient_t *c,