root/usr.bin/ypcat/ypalias_init.h

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

const struct ypalias *ypalias_init(void);