diff options
author | jandegr <jandegr@users.noreply.github.com> | 2016-04-09 10:19:32 +0200 |
---|---|---|
committer | jandegr <jandegr@users.noreply.github.com> | 2016-04-09 10:19:32 +0200 |
commit | 740e638e6dcca813efda050634cf03baf10b7fc8 (patch) | |
tree | 769cdbe0b50e3eb37ed891b226878ec264506b0e /navit/navit.c | |
parent | f0942985cd2ce2b8dabe38dafe2f0ef12fb82e39 (diff) | |
download | navit-740e638e6dcca813efda050634cf03baf10b7fc8.tar.gz |
add set_position to command tableR6652
Diffstat (limited to 'navit/navit.c')
-rw-r--r-- | navit/navit.c | 1 |
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)}, |