summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 6c9bc089f8..d5a6bc7060 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -72,6 +72,6 @@ int 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 */
74bool talk_menus_enabled(void); /* returns true if menus should be voiced */ 74bool talk_menus_enabled(void); /* returns true if menus should be voiced */
75void talk_disable_menus(void); 75void talk_disable_menus(void); /* disable voice menus (temporarily, not persisted) */
76void talk_enable_menus(void); 76void talk_enable_menus(void); /* re-enable voice menus */
77#endif /* __TALK_H__ */ 77#endif /* __TALK_H__ */