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