summaryrefslogtreecommitdiffstats
path: root/src/speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/speech.h')
-rw-r--r--src/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speech.h b/src/speech.h
index 96b7396..7d8ffe8 100644
--- a/src/speech.h
+++ b/src/speech.h
@@ -25,7 +25,7 @@
struct speech;
struct speech *
-speech_init(void);
+speech_new(void);
float
speech_play_time(const struct speech *speech);