From 76a8fab4adc293982f355609b89dde88d5f355e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 12:27:29 +0200 Subject: fix function prototypes Add missing prototypes, and fix wrong prototypes. Convert lots of functions to "static" when they are only used within the current source file. --- src/screen_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen_file.c') diff --git a/src/screen_file.c b/src/screen_file.c index 35245a194..0dbaab45c 100644 --- a/src/screen_file.c +++ b/src/screen_file.c @@ -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; } -- cgit v1.2.3