summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/getif.h
blob: c51dafd2095aedf12008f005c10ef2dde2f71593 (plain)
1
2
3
4
5
6
7
/* getif.h */

#ifdef	__STDC__
extern struct ifreq *getif(int, struct in_addr *);
#else
extern struct ifreq *getif();
#endif
OpenPOWER on IntegriCloud