Code

Major cleanup of the mpd client code (mpc->mpdclient)
authorKalle Wallin <kaw@linux.se>
Mon, 14 Jun 2004 18:32:31 +0000 (18:32 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 14 Jun 2004 18:32:31 +0000 (18:32 +0000)
commit39758c8503fb5390afaceeff3dd5b0bca75feb97
tree94f42a18c5cb0da8778e8525ded49fb98012bbfc
parent7844008980d4d1b9cb7cbd4dda4ae912e12dd7a9
Major cleanup of the mpd client code (mpc->mpdclient)

git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1481 09075e82-0dd4-0310-85a5-a0d7c8717e4f
28 files changed:
src/Makefile.am
src/colors.c
src/conf.c
src/libmpdclient.c
src/libmpdclient.h
src/main.c
src/mpc.c [deleted file]
src/mpc.h [deleted file]
src/mpdclient.c [new file with mode: 0644]
src/mpdclient.h [new file with mode: 0644]
src/ncmpc.h
src/screen.c
src/screen.h
src/screen_clock.c
src/screen_file.c
src/screen_file.h [deleted file]
src/screen_help.c
src/screen_help.h [deleted file]
src/screen_keydef.c
src/screen_play.c
src/screen_play.h [deleted file]
src/screen_search.c
src/screen_search.h [deleted file]
src/screen_utils.c
src/screen_utils.h
src/strfsong.c [new file with mode: 0644]
src/strfsong.h [new file with mode: 0644]
src/support.c