Home | History | Annotate | Line # | Download | only in ypcat
      1  1.1  christos 
      2  1.1  christos struct ypalias {
      3  1.1  christos 	const char *alias, *name;
      4  1.1  christos };
      5  1.1  christos 
      6  1.1  christos const struct ypalias *ypalias_init(void);
      7