summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 10e49eb301..6c9bc089f8 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -71,5 +71,7 @@ int talk_file(const char* filename, bool enqueue); /* play a thumbnail from file
71int talk_number(long n, bool enqueue); /* say a number */ 71int talk_number(long n, bool enqueue); /* say a number */
72int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ 72int talk_value(long n, int unit, bool enqueue); /* say a numeric value */
73int talk_spell(const char* spell, bool enqueue); /* spell a string */ 73int talk_spell(const char* spell, bool enqueue); /* spell a string */
74 74bool talk_menus_enabled(void); /* returns true if menus should be voiced */
75void talk_disable_menus(void);
76void talk_enable_menus(void);
75#endif /* __TALK_H__ */ 77#endif /* __TALK_H__ */