diff options
Diffstat (limited to '')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 45ec3b6bc..a47b2c356 100644 --- a/src/player.h +++ b/src/player.h @@ -52,6 +52,7 @@ typedef struct _PlayerControl { volatile mpd_sint8 decodeType; + volatile mpd_sint8 fileSuffix; volatile mpd_sint8 stop; volatile mpd_sint8 play; volatile mpd_sint8 pause; |