diff options
Diffstat (limited to 'aoview/aoview.h')
| -rw-r--r-- | aoview/aoview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h index 6fb5e098..1ad9e160 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -220,4 +220,11 @@ aoview_eeprom_save(const char *device); void aoview_eeprom_init(GladeXML *xml); +/* aoview_voice.c */ +void aoview_voice_open(void); + +void aoview_voice_close(void); + +void aoview_voice_speak(char *format, ...); + #endif /* _AOVIEW_H_ */ |
