summaryrefslogtreecommitdiff
path: root/navit/attr.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-20 16:04:23 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-20 16:04:23 +0000
commitb0a94ece3f02fd40ce00e79962830a8641e5bbc3 (patch)
tree527f29b91b3bd3ff337269fa4b0e47628449c693 /navit/attr.h
parentaf9614f1f14c7c148702342e48a4a600942e8777 (diff)
downloadnavit-svn-b0a94ece3f02fd40ce00e79962830a8641e5bbc3.tar.gz
Add:Core:Option to specify a file for startup commands or set a startup command as command line parameter
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4647 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/attr.h')
-rw-r--r--navit/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 6d957f50..55270e7e 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -152,6 +152,7 @@ struct attr {
struct vehicleprofile *vehicleprofile;
struct roadprofile *roadprofile;
struct bookmarks *bookmarks;
+ struct config *config;
struct range {
short min, max;
} range;