Code

mpdclient: move code to mpdclient_invoke_error_callback()
[ncmpc.git] / src / screen_browser.h
index ad840dd1bad7cfbf74593ed485523f177a1bde9a..6679a93cc797f580c10643869d2426def1e9c3f6 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
@@ -36,6 +36,7 @@ struct screen_browser {
        struct list_window *lw;
 
        struct filelist *filelist;
+       const char *song_format;
 };
 
 #ifndef NCMPC_MINI