X-Git-Url: http://cgit.babelmonkeys.de/?p=mpdbot.git;a=blobdiff_plain;f=src%2FMPDConnection.h;h=a60d93cea1eadef0c5dc5c54e6ec041b46ed264d;hp=e776e6e5215888e548000c5fc5a0d809380cbdcd;hb=4119a69a36303a285f2c2472c53f3a0906889fc7;hpb=019a40e0c0a37d29d1f4c70cf9eeadf1590a15b0 diff --git a/src/MPDConnection.h b/src/MPDConnection.h index e776e6e..a60d93c 100644 --- a/src/MPDConnection.h +++ b/src/MPDConnection.h @@ -21,9 +21,11 @@ */ @interface MPDConnection: OFObject +{ OFTCPSocket *sock; OFString *mpd_host; uint16_t mpd_port; +} - (void)connect; - (OFMutableDictionary*)response;