summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorsingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-21 22:24:45 +0000
committersingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-21 22:24:45 +0000
commit2599609b6eb53b173d933ddf3b77902d1e80bccd (patch)
treec2678b75a05fac491e9b3c18a539d78bf2fef631 /navit/navit.h
parente98a0f6422c3a700f1bea80ab472df68ab7cfbd0 (diff)
downloadnavit-svn-2599609b6eb53b173d933ddf3b77902d1e80bccd.tar.gz
Add:Core: Function to toggle the navigation announcer
Add:OSD: Element to toggle navigation announcer git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1960 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 fa96c0e5..10e7e479 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -67,6 +67,7 @@ void navit_add_bookmark(struct navit *this_, struct pcoord *c, const char *descr
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_announcer_toggle(struct navit *this_);
void navit_window_roadbook_destroy(struct navit *this_);
void navit_window_roadbook_new(struct navit *this_);
struct navit_window_items *navit_window_items_new(const char *name, int distance);