Code

mpdclient: replaced error_callback with imported function
authorMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 18:15:54 +0000 (20:15 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 18:15:54 +0000 (20:15 +0200)
commite0cf6984b61a936e36f5c683f5cac8b1c092b9da
tree297d5ff8c07a6f00af29e4e31d82a66f9f844bb0
parent422c8a8b990f7d55c7594626763146386b82dbc7
mpdclient: replaced error_callback with imported function

Instead of having a GList of callback functions, call
mpdclient_ui_error(), which is exported by screen_client.c.
src/main.c
src/mpdclient.c
src/mpdclient.h
src/screen_client.c