xref: /netbsd-src/usr.sbin/bootp/common/getif.h (revision ae9172d6cd9432a6a1a56760d86b32c57a66c39c)
1 /* getif.h */
2 
3 #ifdef	__STDC__
4 extern struct ifreq *getif(int, struct in_addr *);
5 #else
6 extern struct ifreq *getif();
7 #endif
8