Code

Implement a search-format configuration option (Mantis #4007)
[ncmpc.git] / src / screen_browser.h
index b30a1da53beb7632def15dc293e1407acab75e6a..8346084f3148d7a660e77643d1c2b3c51075d3c4 100644 (file)
@@ -36,6 +36,7 @@ struct screen_browser {
        struct list_window *lw;
 
        struct filelist *filelist;
+       const char *song_format;
 };
 
 #ifndef NCMPC_MINI
@@ -48,8 +49,8 @@ screen_browser_sync_highlights(struct filelist *fl,
 
 #include <glib.h>
 static inline void
-screen_browser_sync_highlights(G_GNUC_UNUSED struct filelist *fl,
-                              G_GNUC_UNUSED const struct mpdclient_playlist *playlist)
+screen_browser_sync_highlights(gcc_unused struct filelist *fl,
+                              gcc_unused const struct mpdclient_playlist *playlist)
 {
 }