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