1/* getif.h */
2/* $FreeBSD: releng/10.3/libexec/bootpd/getif.h 97416 2002-05-28 18:31:41Z alfred $ */
3
4extern struct ifreq *getif(int, struct in_addr *);
5