summaryrefslogtreecommitdiff
path: root/navit/route.c
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2020-08-11 19:30:55 +0200
committermvglasow <michael -at- vonglasow.com>2020-08-11 19:30:55 +0200
commit131acbffd9025c8579e12b2a46d9467a15ee1e0b (patch)
treeeb0b22c5238407681ddcc905010c9a682e0fe85e /navit/route.c
parent4a14ba5320f3d13abdb29d7b4402bb4af1635a49 (diff)
downloadnavit-131acbffd9025c8579e12b2a46d9467a15ee1e0b.tar.gz
Add:traffic:Complete TraFF 0.8 subscription suport
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route.c')
-rw-r--r--navit/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.c b/navit/route.c
index e0358db66..5162c08be 100644
--- a/navit/route.c
+++ b/navit/route.c
@@ -1062,7 +1062,7 @@ struct map_selection * route_get_selection(struct route * this_) {
*
* @param sel Start of the list to be destroyed
*/
-static void route_free_selection(struct map_selection *sel) {
+void route_free_selection(struct map_selection *sel) {
struct map_selection *next;
while (sel) {
next=sel->next;