
struct ypalias {
	const char *alias, *name;
};

const struct ypalias *ypalias_init(void);
