From 541f4033428a4cff8311e2081b1d6d2479180bdc Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Mon, 11 Jun 2007 08:34:42 +0000 Subject: ..and add a couple of comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13617 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 4 ++-- 1 file 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__ */ -- cgit v1.2.3