summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 16:25:25 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 16:25:25 +0000
commit178b6f084533b036f513cdef7dcca40ffa395b28 (patch)
tree3c2b1e7efc89ac30371920ecba6a6f6ae92d6e85 /navit/navit.h
parent34b2bbf2d58743ab465ade902d049db8dae0ce3e (diff)
downloadnavit-svn-178b6f084533b036f513cdef7dcca40ffa395b28.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 5f71c62c..8745889f 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