MFC r1.3:
[dragonfly.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