aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:45:14 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:45:14 +0200
commite2c8b960de29e4fc45f16d980b9ef370de9951d3 (patch)
treebbe802c9efd9b677d91c9d7052382af147e5190f /src/decoder_control.h
parent5e51fa020dcf634d2c5442ed6c5de108420c7574 (diff)
moved code to pc_init(), dc_init()
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 f492b6ab..e3fe53da 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 &&