summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c3
1 files changed, 2 insertions, 1 deletions
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);
139static int queue_clip(unsigned char* buf, long size, bool enqueue); 139static int queue_clip(unsigned char* buf, long size, bool enqueue);
140static int open_voicefile(void); 140static int open_voicefile(void);
141static unsigned char* get_clip(long id, long* p_size); 141static unsigned char* get_clip(long id, long* p_size);
142 142static int shutup(void); /* Interrupt voice, as when enqueue is false */
143static int do_shutup(void); /* kill voice unconditionally */
143 144
144/***************** Private implementation *****************/ 145/***************** Private implementation *****************/
145 146