From cc7d8003bfd4eb8a46e557258eb263aea384b81c Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Sat, 10 Sep 1994 14:44:56 +0000 Subject: Bootpd 2.4.0 (and associated utils) Obtained from:NetBSD --- usr.sbin/bootpd/getif.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr.sbin/bootpd/getif.h (limited to 'usr.sbin/bootpd/getif.h') 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 -- cgit v1.2.3