Code

fix function prototypes
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
commit76a8fab4adc293982f355609b89dde88d5f355e0
treeb8fe58ce54cade4122402c57328a9691064b2590
parent0b3bcb6c7f1bb4a633896b8a9936e498570ef8e1
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.
15 files changed:
src/command.c
src/main.c
src/mpdclient.h
src/ncmpc.h
src/screen.c
src/screen.h
src/screen_file.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_utils.c
src/src_lyrics.c
src/src_lyrics.h
src/wreadln.c
src/wreadln.h