diff options
Diffstat (limited to 'apps/voice_thread.h')
-rw-r--r-- | apps/voice_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h index 0d13ac293e..4359825dd7 100644 --- a/apps/voice_thread.h +++ b/apps/voice_thread.h | |||
@@ -27,6 +27,7 @@ void mp3_play_stop(void); | |||
27 | void mp3_play_pause(bool play); | 27 | void mp3_play_pause(bool play); |
28 | bool mp3_is_playing(void); | 28 | bool mp3_is_playing(void); |
29 | 29 | ||
30 | void voice_wait(void); | ||
30 | void voice_stop(void); | 31 | void voice_stop(void); |
31 | void voice_thread_init(void); | 32 | void voice_thread_init(void); |
32 | void voice_thread_resume(void); | 33 | void voice_thread_resume(void); |