aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 3781d79d2..c73066913 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -103,6 +103,8 @@ void decoder_initialized(struct decoder * decoder,
const AudioFormat * audio_format,
float total_time);
+const char *decoder_get_url(struct decoder * decoder, char * buffer);
+
enum decoder_command decoder_get_command(struct decoder * decoder);
/**