summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-16 15:57:58 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-16 15:57:58 +0000
commite5686e919dd87386c6427a3b427fe66b4962d429 (patch)
treefc0fc166fb5832718483979866f7e5f9897fe5f9 /navit/navit.h
parentabdcb6bfd0834251abf48b53e7ae478ff3528df7 (diff)
downloadnavit-e5686e919dd87386c6427a3b427fe66b4962d429.tar.gz
Add:core:Added navit_set_vehicle_by_name halper function
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3022 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index bffa71b83..a22d8e9a9 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -98,6 +98,7 @@ struct navigation *navit_get_navigation(struct navit *this_);
struct displaylist *navit_get_displaylist(struct navit *this_);
int navit_block(struct navit *this_, int block);
void navit_layout_switch(struct navit *n);
+int navit_set_vehicle_by_name(struct navit *n,const char *name);
int navit_set_layout_by_name(struct navit *n, const char* name);
void navit_destroy(struct navit *this_);
/* end of prototypes */