summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2015-10-09 14:08:56 +0200
committermvglasow <michael -at- vonglasow.com>2015-10-14 11:12:28 +0200
commit0dfd784eaf655079648a663594dd8174abbc4390 (patch)
tree061bdda6e536a7b0e65bc623ddf380b0336ec352 /navit/route.h
parent418bbf2168c3e871a04921d5b29b15d0fc87888c (diff)
downloadnavit-0dfd784eaf655079648a663594dd8174abbc4390.tar.gz
Fix:core:Do not crash if navigation is stopped during maneuver generation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/route.h b/navit/route.h
index 5daae7f89..b5c2b01aa 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -111,6 +111,7 @@ void route_info_free(struct route_info *inf);
struct street_data *route_info_street(struct route_info *rinf);
struct map *route_get_map(struct route *this_);
struct map *route_get_graph_map(struct route *this_);
+int route_has_graph(struct route *this_);
void route_set_projection(struct route *this_, enum projection pro);
void route_set_destinations(struct route *this_, struct pcoord *dst, int count, int async);
int route_set_attr(struct route *this_, struct attr *attr);