NetBSD/usr.bin/ypcat/ypalias_init.h

7 lines
91 B
C

struct ypalias {
const char *alias, *name;
};
const struct ypalias *ypalias_init(void);