diff options
author | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-01-05 20:32:31 +0000 |
---|---|---|
committer | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-01-05 20:32:31 +0000 |
commit | 1f66c15125f31d9d6fa63ea83f67e2bbbfc025f8 (patch) | |
tree | 751c02dec25b760b95aeed58badab12405b1ed96 /navit/navigation.h | |
parent | d076e8d5ee0ddf6ef30065bf4b89af5ce79327f8 (diff) | |
download | navit-1f66c15125f31d9d6fa63ea83f67e2bbbfc025f8.tar.gz |
Add:Core:Adding estimate of duration of speech
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1898 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navigation.h')
-rw-r--r-- | navit/navigation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navigation.h b/navit/navigation.h index ef8ebb87e..0aea185d2 100644 --- a/navit/navigation.h +++ b/navit/navigation.h @@ -31,7 +31,7 @@ struct callback; struct map; struct navigation; struct route; -struct navigation *navigation_new(struct attr **attrs); +struct navigation *navigation_new(struct attr *parent, struct attr **attrs); int navigation_set_announce(struct navigation *this_, enum item_type type, int *level); void navigation_update(struct navigation *this_, struct route *route); void navigation_flush(struct navigation *this_); |