summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
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 e71a59486..e9b03c843 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -89,7 +89,7 @@ int route_get_path_set(struct route *this);
int route_set_speed(struct route *this, enum item_type type, int value);
int route_contains(struct route *this, struct item *item);
void route_set_position(struct route *this, struct pcoord *pos);
-void route_set_position_from_tracking(struct route *this, struct tracking *tracking);
+void route_set_position_from_tracking(struct route *this, struct tracking *tracking, enum projection pro);
struct map_selection *route_rect(int order, struct coord *c1, struct coord *c2, int rel, int abs);
void route_set_destination(struct route *this, struct pcoord *dst, int async);
struct route_path_handle *route_path_open(struct route *this);