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 07a909d..96b7396 100644
--- a/src/speech.h
+++ b/src/speech.h
@@ -25,7 +25,7 @@
struct speech;
struct speech *
-speech_init(const char *voice);
+speech_init(void);
float
speech_play_time(const struct speech *speech);