summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
commit1f3d0225101f6f157274c0e73aae7944d4383539 (patch)
tree751c02dec25b760b95aeed58badab12405b1ed96 /navit/navit.h
parent94cf097d53cd21514ed324c01c59fc7395a1ccd8 (diff)
downloadnavit-svn-1f3d0225101f6f157274c0e73aae7944d4383539.tar.gz
Add:Core:Adding estimate of duration of speech
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1898 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 2c0e1be1..997a359b 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -65,6 +65,7 @@ struct graphics *navit_get_graphics(struct navit *this_);
void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description);
void navit_add_bookmark(struct navit *this_, struct pcoord *c, const char *description);
void navit_say(struct navit *this_, char *text);
+int navit_speech_estimate(struct navit *this_, char *str);
void navit_speak(struct navit *this_);
void navit_window_roadbook_destroy(struct navit *this_);
void navit_window_roadbook_new(struct navit *this_);