diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-06 07:21:55 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-06 07:21:55 +0000 |
commit | 9568ca6055d3181bbb85b26c7b1021354bd414a0 (patch) | |
tree | 93cacf3b5bc3a019df73c5be3c79f3a8460e1744 /uisimulator/common/stubs.c | |
parent | 6e77d1fe39cd07bd4ec39ea595e9ec7ac2ac7d34 (diff) |
my usual simulator postfix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4472 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r-- | uisimulator/common/stubs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 78e521b326..0cbc16de6b 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -226,6 +226,10 @@ void button_set_flip(bool yesno) (void)yesno; } +void talk_init(void) +{ +} + int talk_buffer_steal(void) { return 0; |