]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/PEPThread.h
Support MPD_HOST/MPD_PORT environment variables
[mpdbot.git] / src / PEPThread.h
index ef30241527429e7bad8be55e29535c2bd08d4634..b483fc289f9348591569917ac25c650fc5f78859 100644 (file)
@@ -25,4 +25,6 @@
 - (OFMutableDictionary*)MPD_responseFromSocket: (OFTCPSocket*)sock;
 
 OFTCPSocket *sock;
+OFString *mpd_host;
+uint16_t mpd_port;
 @end