summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-12 00:29:23 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-12 00:29:23 +0000
commit07d0cb89af794d8f442e3628702095747529a334 (patch)
treee462a5a12b5f35f9076752f1021814199aa7df6b /navit/speech
parentf4916ae26ac125fa1eeb15bfc07b94eb7983bd32 (diff)
downloadnavit-svn-07d0cb89af794d8f442e3628702095747529a334.tar.gz
Fix:core:Fix clang compiler warnings: wrong function prototypes
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4139 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/speech_dispatcher/speech_speech_dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech/speech_dispatcher/speech_speech_dispatcher.c b/navit/speech/speech_dispatcher/speech_speech_dispatcher.c
index b2c0e2a0..05228187 100644
--- a/navit/speech/speech_dispatcher/speech_speech_dispatcher.c
+++ b/navit/speech/speech_dispatcher/speech_speech_dispatcher.c
@@ -57,7 +57,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 *attr) {
struct speech_priv *this;
SPDConnection *conn;