summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-17 23:13:58 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-17 23:13:58 +0000
commitc6fcc2d13c15b74773e68539a5b40023f16872b5 (patch)
treef94ae9c296fd9e2be31a7ea1eb2ab31e1cab9bfd /navit/speech
parentc2dcb65a3bf2010b4d641e163a660a5310a732b8 (diff)
downloadnavit-svn-c6fcc2d13c15b74773e68539a5b40023f16872b5.tar.gz
Core:Fix:Fix compile warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3034 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/cmdline/speech_cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech/cmdline/speech_cmdline.c b/navit/speech/cmdline/speech_cmdline.c
index ba8979ea..71f86221 100644
--- a/navit/speech/cmdline/speech_cmdline.c
+++ b/navit/speech/cmdline/speech_cmdline.c
@@ -108,7 +108,7 @@ static struct speech_methods speechd_meth = {
};
static struct speech_priv *
-speechd_new(struct speech_methods *meth, struct attr **attrs) {
+speechd_new(struct speech_methods *meth, struct attr **attrs, struct attr *parent) {
struct speech_priv *this;
struct attr *data;
data=attr_search(attrs, NULL, attr_data);