From 1ff0c351f77ad14f4a53c7c87b9b9a20c653a2d8 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 6 Aug 2007 15:01:45 +0000 Subject: Fix red archos sims and make some minor cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14216 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index 3b7ab2a03f..e1bf6cbc5c 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -139,7 +139,8 @@ static void mp3_callback(unsigned char** start, size_t* size); static int queue_clip(unsigned char* buf, long size, bool enqueue); static int open_voicefile(void); static unsigned char* get_clip(long id, long* p_size); - +static int shutup(void); /* Interrupt voice, as when enqueue is false */ +static int do_shutup(void); /* kill voice unconditionally */ /***************** Private implementation *****************/ -- cgit v1.2.3