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