Code

status_bar: remove the status bar clock (option "display-time")
[ncmpc.git] / src / song_paint.h
index 808109517530240f32a8d5c512dd3429a5e95a19..46fbfe8bd653cf37438dcfe4ff6ca870c6a90f05 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 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
@@ -39,10 +39,11 @@ struct hscroll;
  * @param highlight true if the row is highlighted
  * @param song the song object
  * @param hscroll an optional hscroll object
+ * @param format the song format
  */
 void
 paint_song_row(WINDOW *w, unsigned y, unsigned width,
               bool selected, bool highlight, const struct mpd_song *song,
-              struct hscroll *hscroll);
+              struct hscroll *hscroll, const char *format);
 
 #endif