aboutsummaryrefslogtreecommitdiffstats
path: root/src/n_speak.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-28 19:49:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-28 19:49:45 +0200
commitfc39c234ddd2606e75468c490a776898cef84459 (patch)
tree8e80e16d2e4d978f842b566eda026f0ff9bbadcf /src/n_speak.h
parentRewrote r_cpyhead (diff)
downloadlowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.gz
lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.bz2
lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.xz
lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.tar.zst
lowbat-bsd-fc39c234ddd2606e75468c490a776898cef84459.zip
r_loop rewrite in progress
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