Code

screen: moved code to screen_client_cmd()
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 23:14:00 +0000 (01:14 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 23:14:00 +0000 (01:14 +0200)
commit9de9dfc3a6a8061089eebcc6271b2f13ac43e20b
tree55283464302e443cfdbfc0c14580151d363cbaa2
parentb3e35ee16d6e5cb8e0f53c318c47b55c2dc9ba62
screen: moved code to screen_client_cmd()

Move all command handlers which need a connection to the MPD server to
screen_client_cmd().  This will allow us to unify error handling
later.
src/screen.c