aboutsummaryrefslogtreecommitdiffstats
path: root/src/n_speak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/n_speak.h')
-rw-r--r--src/n_speak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/n_speak.h b/src/n_speak.h
index 19d064c..3270292 100644
--- a/src/n_speak.h
+++ b/src/n_speak.h
@@ -29,6 +29,6 @@ enum
#define JO_ESPEAK_VOICE "English"
-void jo_n_speak(const char *);
+void n_speak(const char *);
#endif