]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/PEPThread.h
Add Makefile
[mpdbot.git] / src / PEPThread.h
diff --git a/src/PEPThread.h b/src/PEPThread.h
new file mode 100644 (file)
index 0000000..d3a0d14
--- /dev/null
@@ -0,0 +1,6 @@
+@interface PEPThread: OFThread
+- (void)MPD_connect;
+- (OFMutableDictionary*)MPD_responseFromSocket: (OFTCPSocket*)sock;
+
+OFTCPSocket *sock;
+@end