Home | History | Annotate | Line # | Download | only in common
getif.h revision 1.1
      1  1.1  gwr /* getif.h */
      2  1.1  gwr 
      3  1.1  gwr #ifdef	__STDC__
      4  1.1  gwr extern struct ifreq *getif(int, struct in_addr *);
      5  1.1  gwr #else
      6  1.1  gwr extern struct ifreq *getif();
      7  1.1  gwr #endif
      8