summaryrefslogtreecommitdiff
path: root/navit/navigation.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
commit1f3d0225101f6f157274c0e73aae7944d4383539 (patch)
tree751c02dec25b760b95aeed58badab12405b1ed96 /navit/navigation.h
parent94cf097d53cd21514ed324c01c59fc7395a1ccd8 (diff)
downloadnavit-svn-1f3d0225101f6f157274c0e73aae7944d4383539.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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navigation.h b/navit/navigation.h
index ef8ebb87..0aea185d 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_);