mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
7 lines
91 B
C
7 lines
91 B
C
|
|
struct ypalias {
|
|
const char *alias, *name;
|
|
};
|
|
|
|
const struct ypalias *ypalias_init(void);
|