summaryrefslogtreecommitdiffstats
path: root/src/speech.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:36:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-10-05 02:36:52 (EDT)
commit1c0ab0332c05ce688f370f9d40e0c2ba99a0c32e (patch)
treef617abb5b4da90fe81e1c0fbb5f158d94ad10948 /src/speech.h
parent576dfc300835b6ac78a5658aa519916a0b1e57d6 (diff)
downloadtimeteller-1c0ab0332c05ce688f370f9d40e0c2ba99a0c32e.zip
timeteller-1c0ab0332c05ce688f370f9d40e0c2ba99a0c32e.tar.gz
timeteller-1c0ab0332c05ce688f370f9d40e0c2ba99a0c32e.tar.bz2
speech_init(): Rename to speech_new()
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);