Code

fix function prototypes
[ncmpc.git] / src / screen_file.c
index 35245a194f6050fea2e59ef53688dcbf809126d1..0dbaab45c64bd47896f93f8813bfb42f461e2a58 100644 (file)
@@ -740,8 +740,8 @@ browse_cmd(screen_t *screen, mpdclient_t *c, command_t cmd)
        return list_window_cmd(lw, filelist->length, cmd);
 }
 
-list_window_t *
-get_filelist_window()
+static list_window_t *
+get_filelist_window(void)
 {
        return lw;
 }