diff options
author | Steve Bavin <pondlife@pondlife.me> | 2008-03-25 15:24:03 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2008-03-25 15:24:03 +0000 |
commit | cd88e2ad93881c9516c7c712b628b42450506f4f (patch) | |
tree | 90a5787cde4baddfdd6a6bb02285c7267671a855 /apps/talk.h | |
parent | 222994f180a7cc6582864df8d13d1fb456e1d4f0 (diff) | |
download | rockbox-cd88e2ad93881c9516c7c712b628b42450506f4f.tar.gz rockbox-cd88e2ad93881c9516c7c712b628b42450506f4f.tar.bz2 rockbox-cd88e2ad93881c9516c7c712b628b42450506f4f.zip |
Code police raid on the settings code, consting and putting headers alongside their implementation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16798 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r-- | apps/talk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h index af74af6edd..97b8c5889b 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -78,6 +78,7 @@ int talk_file(const char* filename, bool enqueue); /* play a thumbnail from file int talk_number(long n, bool enqueue); /* say a number */ int talk_value(long n, int unit, bool enqueue); /* say a numeric value */ int talk_spell(const char* spell, bool enqueue); /* spell a string */ +void talk_setting(const void *global_settings_variable); /* read a setting */ void talk_disable(bool disable); /* temporarily disable (or re-enable) talking (temporarily, not persisted) */ void talk_force_shutup(void); /* kill voice unconditionally */ void talk_shutup(void); /* Interrupt voice, as when enqueue is false */ |