summaryrefslogtreecommitdiff
path: root/navit/route_protected.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2019-07-28 19:00:18 +0200
committermvglasow <michael -at- vonglasow.com>2019-07-28 19:00:18 +0200
commit9fca35c1145b45081d9f7f58e1acb51f38142a73 (patch)
tree72f088d4c03511bc726d218520c0bd707c4783f2 /navit/route_protected.h
parent50b14bae2560516d018f8c56539e58497914fc8f (diff)
downloadnavit-9fca35c1145b45081d9f7f58e1acb51f38142a73.tar.gz
Add:core:route_get_selection()
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route_protected.h')
-rw-r--r--navit/route_protected.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/route_protected.h b/navit/route_protected.h
index 9b7bf62f6..586fde91d 100644
--- a/navit/route_protected.h
+++ b/navit/route_protected.h
@@ -159,6 +159,7 @@ struct route_graph {
/* prototypes */
struct route_graph * route_get_graph(struct route *this_);
+struct map_selection * route_get_selection(struct route * this_);
void route_add_traffic_distortion(struct route *this_, struct item *item);
void route_remove_traffic_distortion(struct route *this_, struct item *item);
void route_change_traffic_distortion(struct route *this_, struct item *item);