Code

screen_utils: moved screen_auth() to screen_client.c
authorMax Kellermann <max@duempel.org>
Tue, 29 Sep 2009 18:36:05 +0000 (20:36 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 29 Sep 2009 18:36:05 +0000 (20:36 +0200)
commit34ca92e9ed28234b506a158ef53b46eea6ccb78c
treebe376f386fa9cdf9e7ce45adbf6cbca96ad71672
parent821b6804e545b1565ae35f29ecd6ae8d7dcce610
screen_utils: moved screen_auth() to screen_client.c

screen_client.c is a new library for MPD specific screen functions.
Makefile.am
src/mpdclient.c
src/screen_client.c [new file with mode: 0644]
src/screen_client.h [new file with mode: 0644]
src/screen_utils.c
src/screen_utils.h