aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_browser.h b/src/screen_browser.h
index 17e41f6ec..802886aa0 100644
--- a/src/screen_browser.h
+++ b/src/screen_browser.h
@@ -49,7 +49,7 @@ browser_change_directory(struct screen_browser *browser, mpdclient_t *c,
filelist_entry_t *entry, const char *new_path);
bool
-browser_cmd(struct screen_browser *browser, struct screen *screen,
+browser_cmd(struct screen_browser *browser,
struct mpdclient *c, command_t cmd);
#endif