summaryrefslogtreecommitdiff
path: root/navigation.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-06 13:03:51 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-06 13:03:51 +0000
commitac247876062d34ae29a6a9efb1ae5072cbefb752 (patch)
tree40be50dc61393c7f76be5b12bdbb79f88694999a /navigation.h
parent0a266447fbb6098faf2c537a253bd2ccac7a0952 (diff)
downloadnavit-svn-ac247876062d34ae29a6a9efb1ae5072cbefb752.tar.gz
Cleanup, preparation of making some routing features xml-configurable
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@271 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navigation.h')
-rw-r--r--navigation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navigation.h b/navigation.h
index aa80e6c1..b2937be0 100644
--- a/navigation.h
+++ b/navigation.h
@@ -15,6 +15,7 @@ struct navigation;
struct navigation_list;
struct route;
struct navigation *navigation_new(struct mapset *ms);
+void navigation_set_mapset(struct navigation *this_, struct mapset *ms);
struct navigation_list *navigation_list_new(struct navigation *this_);
char *navigation_list_get(struct navigation_list *this_, enum navigation_mode mode);
void navigation_list_destroy(struct navigation_list *this_);