Code

mpdclient: add struct names, for forward declarations
authorMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:11:39 +0000 (19:11 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 16 Sep 2008 17:11:39 +0000 (19:11 +0200)
commit9653c35fe54e6c7b4a7764254d6a5283eb859039
treed4bcf129f022b21c01641b0169a7ff4f37484f41
parent1f2d9cc479945e1c05021b6547a2665c87e2cafe
mpdclient: add struct names, for forward declarations

To relax the include dependencies, give all structs real names, in
addition to the typedef names.  This way, other headers can
forward-declare them, and do not need to include mpdclient.h.  In the
future, the typedefs will be removed.
src/mpdclient.h