Code

release v0.27
[ncmpc.git] / src / screen_browser.h
index ad840dd1bad7cfbf74593ed485523f177a1bde9a..e972bd5855d64ee9f4aa8e03167dbbf621009406 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
@@ -46,7 +47,6 @@ screen_browser_sync_highlights(struct filelist *fl,
 
 #else
 
-#include <glib.h>
 static inline void
 screen_browser_sync_highlights(gcc_unused struct filelist *fl,
                               gcc_unused const struct mpdclient_playlist *playlist)