X-Git-Url: http://cgit.babelmonkeys.de/?p=mpdbot.git;a=blobdiff_plain;f=src%2FPEPThread.h;h=a752ecad6fc347d1ceae94af0145920915821c93;hp=049c4d913a9126e7c127b074ee0edc02770e0772;hb=4119a69a36303a285f2c2472c53f3a0906889fc7;hpb=019a40e0c0a37d29d1f4c70cf9eeadf1590a15b0 diff --git a/src/PEPThread.h b/src/PEPThread.h index 049c4d9..a752eca 100644 --- a/src/PEPThread.h +++ b/src/PEPThread.h @@ -23,5 +23,7 @@ #import "MPDConnection.h" @interface PEPThread: OFThread +{ MPDConnection *conn; +} @end