Code

screen_browser: fix crash on "jump" (hotkey ".")
[ncmpc.git] / src / song_paint.h
index 808109517530240f32a8d5c512dd3429a5e95a19..41080a1c3f9298e1dbe8dddd3a380211de85ecef 100644 (file)
@@ -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