xref: /netbsd-src/usr.sbin/bootp/common/getif.h (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
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