summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-23 18:44:09 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-04-23 18:44:09 +0000
commite5647ace96f77218500f7a91bdb8248a6e1e18fd (patch)
tree041ddbe849ba0c6e3acb417c7226f73eb6ad723f /navit/route.h
parent62e8982d751025e74bcdc2f59362ea89536d0b20 (diff)
downloadnavit-e5647ace96f77218500f7a91bdb8248a6e1e18fd.tar.gz
Fix:core:Fix some warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5032 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/route.h b/navit/route.h
index ca2ea3707..6834d5b84 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -97,6 +97,7 @@ void route_set_destinations(struct route *this_, struct pcoord *dst, int count,
int route_get_destinations(struct route *this_, struct pcoord *pc, int count);
int route_get_destination_count(struct route *this_);
void route_set_destination(struct route *this_, struct pcoord *dst, int async);
+void route_append_destination(struct route *this_, struct pcoord *dst, int async);
void route_remove_nth_waypoint(struct route *this_, int n);
void route_remove_waypoint(struct route *this_);
char* route_get_destination_description(struct route *this_, int n);