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