navit 0.5.3-trunk
Loading...
Searching...
No Matches
destination.h
Go to the documentation of this file.
1
20#ifndef NAVIT_DESTINATION_H
21#define NAVIT_DESTINATION_H
22
23/* prototypes */
24struct navit;
25int destination_address(struct navit *nav);
26/* end of prototypes */
27
28#endif
int destination_address(struct navit *nav)
Definition destination.c:450
struct navit * nav
Definition plugin_def.h:36
Definition navit.c:111