aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:44:29 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:44:29 +0200
commita2b24462e8c6517cbfb0eb9e5632d00ce3dd4ee3 (patch)
tree6ba0cd92a15310f376030f17af202f7144c33ea3 /src/decoder_thread.h
parent56cdce6946d5c281ba278b19ec89204d6023c6fb (diff)
renamed decoderInit() to decoder_thread_start()
Diffstat (limited to 'src/decoder_thread.h')
-rw-r--r--src/decoder_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.h b/src/decoder_thread.h
index 439641e8..27ca8a9b 100644
--- a/src/decoder_thread.h
+++ b/src/decoder_thread.h
@@ -20,6 +20,6 @@
#ifndef DECODER_THREAD_H
#define DECODER_THREAD_H
-void decoderInit(void);
+void decoder_thread_start(void);
#endif