summaryrefslogtreecommitdiff
path: root/navit/speech.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-27 15:58:27 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-27 15:58:27 +0000
commit108fdc87b4054941ff2b4be3e1fef53942f99a35 (patch)
tree36d5f8e215140a1fc7d0225a0f357995c81d75d4 /navit/speech.h
parentbcdc069dc37f0eb92e7262688191e67bbec43db5 (diff)
downloadnavit-svn-108fdc87b4054941ff2b4be3e1fef53942f99a35.tar.gz
Fix:Core:Further cleanups
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1580 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech.h')
-rw-r--r--navit/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech.h b/navit/speech.h
index 8f17aa5e..b2893b7c 100644
--- a/navit/speech.h
+++ b/navit/speech.h
@@ -28,7 +28,7 @@ struct speech_methods {
};
/* prototypes */
-struct speech * speech_new(const char *type, const char *data);
+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_);