summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/getif.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/getif.h')
-rw-r--r--libexec/bootpd/getif.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/bootpd/getif.h b/libexec/bootpd/getif.h
new file mode 100644
index 0000000..c51dafd
--- /dev/null
+++ b/libexec/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
OpenPOWER on IntegriCloud