summaryrefslogtreecommitdiff
path: root/navit/speech.h
diff options
context:
space:
mode:
authorsingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 16:53:07 +0000
committersingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 16:53:07 +0000
commitb9f45115befcfef72071c9948e29fa929ad8d06a (patch)
treed332d4c2fa6780c948e550295b3059a888bb84bf /navit/speech.h
parente7b916e833a87ae07df807d9f177a4746368c309 (diff)
downloadnavit-b9f45115befcfef72071c9948e29fa929ad8d06a.tar.gz
Add:Speech: Added function to disable navit's announcements. Usable via <speech active="0">
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1823 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech.h')
-rw-r--r--navit/speech.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/speech.h b/navit/speech.h
index b2893b7c4..e73611885 100644
--- a/navit/speech.h
+++ b/navit/speech.h
@@ -32,6 +32,8 @@ struct speech * speech_new(struct attr *parent, struct attr **attrs);
int speech_say(struct speech *this_, const char *text);
int speech_sayf(struct speech *this_, const char *format, ...);
void speech_destroy(struct speech *this_);
+int speech_get_attr(struct speech *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
+int speech_set_attr(struct speech *this_, struct attr *attr);
/* end of prototypes */
#endif