From 3e31d509553efc5155c7b0b878fa1f24f8975bf0 Mon Sep 17 00:00:00 2001 From: Stéphane Doyon Date: Wed, 10 Oct 2007 03:12:17 +0000 Subject: Export shutup() function from talk.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15061 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index afbbe5cf10..47410121ba 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -140,7 +140,7 @@ 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 */ +int shutup(void); /* Interrupt voice, as when enqueue is false */ /***************** Private implementation *****************/ @@ -377,7 +377,7 @@ int do_shutup(void) } /* Shutup the voice, except if force_enqueue_next is set. */ -static int shutup(void) +int shutup(void) { if (!force_enqueue_next) return do_shutup(); -- cgit v1.2.3