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