diff options
Diffstat (limited to '')
-rw-r--r-- | src/playerData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h index f0f740567..2a8da0ca3 100644 --- a/src/playerData.h +++ b/src/playerData.h @@ -26,10 +26,10 @@ #include "outputBuffer.h" extern unsigned int buffered_before_play; +extern PlayerControl pc; typedef struct _PlayerData { OutputBuffer buffer; - PlayerControl playerControl; DecoderControl decoderControl; mpd_uint8 *audioDeviceStates; } PlayerData; |