]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - PEPThread.h
Reconnect to MPD using BEP on failure
[mpdbot.git] / PEPThread.h
index 5e6cfb8be9cc7de44f2f8f7bb4fcddb449d397a0..d3a0d14d8a47881e8d734694ddada2a91993670f 100644 (file)
@@ -1,3 +1,6 @@
 @interface PEPThread: OFThread
-- (OFMutableDictionary*)MPD_responeFromSocket: (OFTCPSocket*)sock;
+- (void)MPD_connect;
+- (OFMutableDictionary*)MPD_responseFromSocket: (OFTCPSocket*)sock;
+
+OFTCPSocket *sock;
 @end