diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:45:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:45:14 +0200 |
commit | e2c8b960de29e4fc45f16d980b9ef370de9951d3 (patch) | |
tree | bbe802c9efd9b677d91c9d7052382af147e5190f /src/decoder_control.h | |
parent | 5e51fa020dcf634d2c5442ed6c5de108420c7574 (diff) | |
download | mpd-e2c8b960de29e4fc45f16d980b9ef370de9951d3.tar.gz mpd-e2c8b960de29e4fc45f16d980b9ef370de9951d3.tar.xz mpd-e2c8b960de29e4fc45f16d980b9ef370de9951d3.zip |
moved code to pc_init(), dc_init()
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r-- | src/decoder_control.h | 2 |
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 && |