]> git.ipfire.org Git - location/libloc.git/blobdiff - src/libloc/country.h
country: Add function that returns flags for special country
[location/libloc.git] / src / libloc / country.h
index 4cc3a059e1bfcf6754ef819df7794e96a41e1fb6..98ee8cb3b8e5857ce5bd3da474701cd3aae3438f 100644 (file)
@@ -37,6 +37,7 @@ int loc_country_set_name(struct loc_country* country, const char* name);
 int loc_country_cmp(struct loc_country* country1, struct loc_country* country2);
 
 int loc_country_code_is_valid(const char* cc);
+int loc_country_special_code_to_flag(const char* cc);
 
 #ifdef LIBLOC_PRIVATE