getif.h revision 3229
1/* getif.h */
2
3#ifdef	__STDC__
4extern struct ifreq *getif(int, struct in_addr *);
5#else
6extern struct ifreq *getif();
7#endif
8