aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r--src/decoder_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h
index f492b6aba..e3fe53da7 100644
--- a/src/decoder_control.h
+++ b/src/decoder_control.h
@@ -56,6 +56,8 @@ struct decoder_control {
extern struct decoder_control dc;
+void dc_init(void);
+
static inline int decoder_is_idle(void)
{
return dc.state == DECODE_STATE_STOP &&