Code

libmpdclient: moved code to mpd_recv(), mpd_wait()
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 23:10:40 +0000 (01:10 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 23:10:40 +0000 (01:10 +0200)
commit53c53f17643a73d899fcffa02577602300d17282
tree591245ba168e1259039746baa98ab042c522afd5
parent44c3a54cf0d0f65627a5993a129b324107f9fc58
libmpdclient: moved code to mpd_recv(), mpd_wait()

Create generic utility functions for doint I/O: two wait functions,
and mpd_recv() fills the input buffer.  These functions are used in
mpd_newConnection() and mpd_getNextReturnElement().
src/libmpdclient.c