1
2struct ypalias {
3	const char *alias, *name;
4};
5
6const struct ypalias *ypalias_init(void);
7