summaryrefslogtreecommitdiff
path: root/country.h
blob: 83be5b95764af5e6943da7f93e36b1e34d7ae4ab (plain)
1
2
3
4
5
6
7
/* prototypes */
struct attr;
struct country_search;
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);