HardenedBSD/libexec/bootpd/getif.h

8 lines
125 B
C
Raw Normal View History

1994-09-30 06:45:07 +01:00
/* getif.h */
#ifdef __STDC__
extern struct ifreq *getif(int, struct in_addr *);
#else
extern struct ifreq *getif();
#endif