Add:Core:Added convenience function for speech output
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 13 Oct 2008 21:18:54 +0000 (21:18 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 13 Oct 2008 21:18:54 +0000 (21:18 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1458 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c

index b742080..a9850ab 100644 (file)
@@ -898,6 +898,11 @@ navit_textfile_debug_log(struct navit *this_, const char *fmt, ...)
                va_end(ap);
 }
 
+void
+navit_say(struct navit *this_, char *text)
+{
+       speech_say(this_->speech, text);
+}
 
 void
 navit_speak(struct navit *this_)