]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/MPDConnection.h
Properly declare ivars
[mpdbot.git] / src / MPDConnection.h
index e776e6e5215888e548000c5fc5a0d809380cbdcd..a60d93cea1eadef0c5dc5c54e6ec041b46ed264d 100644 (file)
  */
 
 @interface MPDConnection: OFObject
+{
 OFTCPSocket *sock;
 OFString *mpd_host;
 uint16_t mpd_port;
+}
 
 - (void)connect;
 - (OFMutableDictionary*)response;