summaryrefslogtreecommitdiff
path: root/navit/route_protected.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-04-24 22:08:46 +0200
committermvglasow <michael -at- vonglasow.com>2018-04-24 22:08:46 +0200
commit7fc911062dc7f031d4c02838e1671512375c6618 (patch)
treec622e983285bcc9ed891eb88ad28d0a119509a45 /navit/route_protected.h
parentde49a42cf8855a4b32fbc3675ee72be673d2385c (diff)
downloadnavit-7fc911062dc7f031d4c02838e1671512375c6618.tar.gz
Refactor:core:Protected method to retrieve the route graph
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 6950480ad..f269b983e 100644
--- a/navit/route_protected.h
+++ b/navit/route_protected.h
@@ -175,6 +175,7 @@ struct route_traffic_distortion_change {
/* prototypes */
+struct route_graph * route_get_graph(struct route *this_);
struct route_graph_point * route_graph_add_point(struct route_graph *this, struct coord *f);
void route_graph_free_points(struct route_graph *this);
struct route_graph_point *route_graph_get_point(struct route_graph *this, struct coord *c);