summaryrefslogtreecommitdiffstats
path: root/src/speech.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/speech.c')
-rw-r--r--src/speech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speech.c b/src/speech.c
index 2ce3f12..5b4227d 100644
--- a/src/speech.c
+++ b/src/speech.c
@@ -34,7 +34,7 @@ struct speech {
};
struct speech *
-speech_init(void)
+speech_new(void)
{
struct speech *speech;