xref: /dflybsd-src/libexec/bootpd/getif.h (revision f1e3af6c0d9fb009456c1ad7a10c323acbf7022f)
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