diff options
Diffstat (limited to 'apps/talk.h')
-rw-r--r-- | apps/talk.h | 4 |
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 */ int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ int talk_spell(const char* spell, bool enqueue); /* spell a string */ bool talk_menus_enabled(void); /* returns true if menus should be voiced */ -void talk_disable_menus(void); -void talk_enable_menus(void); +void talk_disable_menus(void); /* disable voice menus (temporarily, not persisted) */ +void talk_enable_menus(void); /* re-enable voice menus */ #endif /* __TALK_H__ */ |