diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-04-27 04:00:48 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-04-27 04:00:48 +0000 |
commit | 82e97363f1f7b1f0e534849925b7145f28deed8b (patch) | |
tree | dc021a37ab2b1e9aa7b94c06f680971818194580 /apps/voice_thread.h | |
parent | a089b00ea00dd2dce017f5e16b9b62bae2d8c665 (diff) |
Get rid of a committed #define from kernel.h that didn't make the final cut. Put voice_wait in voice_thread.h where it ought.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29787 a1c6a512-1295-4272-9138-f99709370657
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); void mp3_play_pause(bool play); bool mp3_is_playing(void); +void voice_wait(void); void voice_stop(void); void voice_thread_init(void); void voice_thread_resume(void); |