diff options
Diffstat (limited to 'country.h')
-rw-r--r-- | country.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef NAVIT_COUNTRY_H +#define NAVIT_COUNTRY_H + /* prototypes */ struct attr; struct country_search; @@ -5,3 +8,5 @@ struct item; struct country_search *country_search_new(struct attr *search, int partial); struct item *country_search_get_item(struct country_search *this); void country_search_destroy(struct country_search *this); + +#endif |