summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index f3c1366bb0..51504c1a7c 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -64,5 +64,6 @@ int talk_id(int id, bool enqueue); /* play a voice ID from voicefont */
64int talk_file(char* filename, bool enqueue); /* play a thumbnail from file */ 64int talk_file(char* filename, bool enqueue); /* play a thumbnail from file */
65int talk_number(int n, bool enqueue); /* say a number */ 65int talk_number(int n, bool enqueue); /* say a number */
66int talk_value(int n, int unit, bool enqueue); /* say a numeric value */ 66int talk_value(int n, int unit, bool enqueue); /* say a numeric value */
67int talk_spell(char* spell, bool enqueue); /* spell a string */
67 68
68#endif /* __TALK_H__ */ 69#endif /* __TALK_H__ */