mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
a089b00ea0
commit
82e97363f1
4 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue