summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2016-04-09 10:19:32 +0200
committerjandegr <jandegr@users.noreply.github.com>2016-04-09 10:19:32 +0200
commit740e638e6dcca813efda050634cf03baf10b7fc8 (patch)
tree769cdbe0b50e3eb37ed891b226878ec264506b0e
parentf0942985cd2ce2b8dabe38dafe2f0ef12fb82e39 (diff)
downloadnavit-740e638e6dcca813efda050634cf03baf10b7fc8.tar.gz
add set_position to command tableR6652
-rw-r--r--navit/navit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.c b/navit/navit.c
index d93302e3b..c029268ed 100644
--- a/navit/navit.c
+++ b/navit/navit.c
@@ -1372,6 +1372,7 @@ static struct command_table commands[] = {
{"set_center",command_cast(navit_cmd_set_center)},
{"set_center_cursor",command_cast(navit_cmd_set_center_cursor)},
{"set_destination",command_cast(navit_cmd_set_destination)},
+ {"set_position",command_cast(navit_cmd_set_position)},
{"route_remove_next_waypoint",command_cast(navit_cmd_route_remove_next_waypoint)},
{"route_remove_last_waypoint",command_cast(navit_cmd_route_remove_last_waypoint)},
{"set_position",command_cast(navit_cmd_set_position)},