diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h index 9418c8789..2f60319a1 100644 --- a/src/decode.h +++ b/src/decode.h @@ -67,4 +67,11 @@ void decoder_sleep(void); void decoderInit(void); +/** + * Called by the decoder thread when it has performed the requested + * command (dc->command). This function resets dc->command and wakes + * up the player thread. + */ +void dc_command_finished(void); + #endif |