diff options
Diffstat (limited to 'usr.sbin/bootpd/getif.h')
-rw-r--r-- | usr.sbin/bootpd/getif.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/bootpd/getif.h b/usr.sbin/bootpd/getif.h new file mode 100644 index 000000000000..c51dafd2095a --- /dev/null +++ b/usr.sbin/bootpd/getif.h @@ -0,0 +1,7 @@ +/* getif.h */ + +#ifdef __STDC__ +extern struct ifreq *getif(int, struct in_addr *); +#else +extern struct ifreq *getif(); +#endif |