- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / getif.h
blobc51dafd2095aedf12008f005c10ef2dde2f71593
1 /* getif.h */
3 #ifdef __STDC__
4 extern struct ifreq *getif(int, struct in_addr *);
5 #else
6 extern struct ifreq *getif();
7 #endif