Add navit_toggle_routegraph_display prototype
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 26 Nov 2007 10:15:48 +0000 (10:15 +0000)
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 26 Nov 2007 10:15:48 +0000 (10:15 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@593 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/navit.h

index 92ed873..58dcd96 100644 (file)
@@ -81,6 +81,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_);
 void navit_destroy(struct navit *this_);
+void navit_toggle_routegraph_display(struct navit *nav);
+
 /* end of prototypes */
 #ifdef __cplusplus
 }