summaryrefslogtreecommitdiff
path: root/destination.h
blob: b019fc066e64027e7edf1d7a28797b74d7a40cb0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NAVIT_DESTINATION_H
#define NAVIT_DESTINATION_H

/* prototypes */
struct navit;
int destination_address(struct navit *nav);
/* end of prototypes */

#endif