diff options
author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-10 14:44:56 +0000 |
---|---|---|
committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-10 14:44:56 +0000 |
commit | cc7d8003bfd4eb8a46e557258eb263aea384b81c (patch) | |
tree | 3e6e2a796f7b15ea9e6ff531289bcd54dda000a5 /usr.sbin/bootpd/getif.h |
Notes
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 |