repo.or.cz
/
kps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add debug
[kps.git]
/
nation.h
blob
1714549e2430270d926257eca0a6093bd376320c
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
};