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
commit77e1c344764c61eafa08c935937324fa31787854 (patch)
treec2678b75a05fac491e9b3c18a539d78bf2fef631 /navit/navit.h
parentc673800111d45fc36a3f4565d27302a00fbbca8f (diff)
downloadnavit-77e1c344764c61eafa08c935937324fa31787854.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 fa96c0e57..10e7e4796 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);