Fix missing 2.6.12 in graphic
[kps.git] / nation.h
blob1714549e2430270d926257eca0a6093bd376320c
1 /* Convert a mail address or domain or name to country.
2 */
3 struct conv_country conv_country[] = {
4 CONV_CNT("wangchen@cn.fujitsu.com", "Chinese"),
5 CONV_NAME_CNT("Johansson", "Swede"),
6 CONV_CNT(NULL, NULL)
7 };