Home | History | Annotate | Line # | Download | only in common
getif.h revision 1.2
      1 /*	$NetBSD: getif.h,v 1.2 1998/01/09 08:09:09 perry Exp $	*/
      2 
      3 /* getif.h */
      4 
      5 #ifdef	__STDC__
      6 extern struct ifreq *getif(int, struct in_addr *);
      7 #else
      8 extern struct ifreq *getif();
      9 #endif
     10