Fix:Core:Renamed src to navit for cleanup of includes
[navit-package] / navit / destination.h
1 #ifndef NAVIT_DESTINATION_H
2 #define NAVIT_DESTINATION_H
3
4 /* prototypes */
5 struct navit;
6 int destination_address(struct navit *nav);
7 /* end of prototypes */
8
9 #endif
10