Code

const pointers
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
commit0b3bcb6c7f1bb4a633896b8a9936e498570ef8e1
tree611b143eb0834c892246f8b31311e9224977c952
parent1f0ff952055c920c8671a1587c622e4df8b4a99d
const pointers

Convert pointers to const whenever it is possible.  Fixes all those
-Wconst warnings.
33 files changed:
src/colors.c
src/colors.h
src/command.c
src/command.h
src/conf.c
src/libmpdclient.c
src/libmpdclient.h
src/list_window.c
src/list_window.h
src/main.c
src/mpdclient.c
src/mpdclient.h
src/ncmpc.h
src/options.c
src/screen.c
src/screen.h
src/screen_browse.h
src/screen_clock.c
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_utils.c
src/screen_utils.h
src/strfsong.c
src/support.c
src/support.h
src/utils.c
src/utils.h
src/wreadln.c
src/wreadln.h