summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-11 20:41:38 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-11 20:41:38 +0100
commit1c328c9601ff4d9771ba1bf99f0f42c3caf32297 (patch)
tree1b960a7586346ddb4d3b7babe9e31733454cf337 /streamer.h
parent8f873b3b3a992da897a029a1cf19b32168440f39 (diff)
runtime linking of playlist tracks to decoder plugins is done via strings instead of pointers (to allow easy unloading of decoders)
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/streamer.h b/streamer.h
index 1c31098b..a74eeb7a 100644
--- a/streamer.h
+++ b/streamer.h
@@ -98,4 +98,7 @@ streamer_move_randomsong (void);
playItem_t *
streamer_get_current (void);
+struct DB_decoder_s *
+streamer_get_current_decoder (void);
+
#endif // __STREAMER_H