Code

screen_keydef: rework the list length / item position logic
[ncmpc.git] / src / screen_file.h
index 775bc616b1ce77ddbb11cc685ee62fcc5c5894a2..eb560c5813cf7fb5dfe775fa658722652b7184ce 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 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);