diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-11-12 16:25:25 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-11-12 16:25:25 +0000 |
commit | 770c0dae922ff5f79c8939d02081d718637ee980 (patch) | |
tree | 3c2b1e7efc89ac30371920ecba6a6f6ae92d6e85 /navit/navit.h | |
parent | b7e166eb030b3a07d89649288605f2b0d8be5fa9 (diff) | |
download | navit-770c0dae922ff5f79c8939d02081d718637ee980.tar.gz |
Add:Core:Support for automatic day night switching|Thanks chollya
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2746 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r-- | navit/navit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h index 5f71c62c6..8745889f3 100644 --- a/navit/navit.h +++ b/navit/navit.h @@ -97,6 +97,8 @@ struct route *navit_get_route(struct navit *this_); 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_layout_by_name(struct navit *n, char* name); void navit_destroy(struct navit *this_); /* end of prototypes */ #ifdef __cplusplus |