Code

screen_queue: no typedef for completion_callback_data_t
[ncmpc.git] / src / screen_file.h
index 775bc616b1ce77ddbb11cc685ee62fcc5c5894a2..ededa09eca01d52714074d800ee145d858682e9a 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 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
@@ -25,6 +25,8 @@
 struct mpdclient;
 struct mpd_song;
 
+extern const struct screen_functions screen_browse;
+
 bool
 screen_file_goto_song(struct mpdclient *c, const struct mpd_song *song);