From 441fa76a6d23128169ed6c3768f014808df88329 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 29 Aug 2007 15:11:19 +0000 Subject: Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and Daniel Dalton git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14517 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index b016acba59..75ab6fca7e 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -76,9 +76,7 @@ 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); /* disable voice menus (temporarily, not persisted) */ void talk_enable_menus(void); /* re-enable voice menus */ - - - +int do_shutup(void); /* kill voice unconditionally */ /* This (otherwise invalid) ID signals the end of the array. */ #define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY -- cgit v1.2.3