aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index cb153b6e5..98b0025ec 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -187,7 +187,7 @@ static void * decoder_task(mpd_unused void *arg)
return NULL;
}
-void decoderInit(void)
+void decoder_thread_start(void)
{
pthread_attr_t attr;
pthread_t decoder_thread;