NetBSD/usr.sbin/bootpd/getif.h
gwr 5e9d01f29a Move this to where the latest consensus indicates it should go.
Also, integrate some fixes from Christos.
1994-06-27 21:25:48 +00:00

8 lines
125 B
C

/* getif.h */
#ifdef __STDC__
extern struct ifreq *getif(int, struct in_addr *);
#else
extern struct ifreq *getif();
#endif