author | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200) | ||
commit | 76a8fab4adc293982f355609b89dde88d5f355e0 | |
tree | b8fe58ce54cade4122402c57328a9691064b2590 | tree | snapshot |
parent | 0b3bcb6c7f1bb4a633896b8a9936e498570ef8e1 | commit | diff |
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.
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 | diff | blob | history | |
src/main.c | diff | blob | history | |
src/mpdclient.h | diff | blob | history | |
src/ncmpc.h | diff | blob | history | |
src/screen.c | diff | blob | history | |
src/screen.h | diff | blob | history | |
src/screen_file.c | diff | blob | history | |
src/screen_lyrics.c | diff | blob | history | |
src/screen_play.c | diff | blob | history | |
src/screen_search.c | diff | blob | history | |
src/screen_utils.c | diff | blob | history | |
src/src_lyrics.c | diff | blob | history | |
src/src_lyrics.h | diff | blob | history | |
src/wreadln.c | diff | blob | history | |
src/wreadln.h | diff | blob | history |