X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=aoview%2Faoview.h;fp=aoview%2Faoview.h;h=1ad9e160dd308cb478b3e5b27e8e535cbe7c974b;hp=6fb5e0988c691918fff4ee9172df94596668270f;hb=4ca2d910f3be689fd3c78a4f1be0555d6b1a30c1;hpb=527d7c803ed9597b210634018cb2eb9d048d9846 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_ */