summaryrefslogtreecommitdiff
path: root/navit/route.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
commit2d931e8310372023a069ba5499b954f9ae54d206 (patch)
tree36d5f8e215140a1fc7d0225a0f357995c81d75d4 /navit/route.h
parent8e93295b3b9e42934839ba412cf1df7af3f4b1b3 (diff)
downloadnavit-2d931e8310372023a069ba5499b954f9ae54d206.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/route.h')
-rw-r--r--navit/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.h b/navit/route.h
index c020385a1..4b8422f40 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -69,7 +69,7 @@ struct route_path_segment;
struct street_data;
struct tracking;
struct transformation;
-struct route *route_new(struct attr **attrs);
+struct route *route_new(struct attr *parent, struct attr **attrs);
void route_set_mapset(struct route *this, struct mapset *ms);
struct mapset *route_get_mapset(struct route *this);
struct route_info *route_get_pos(struct route *this);