summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/dovend.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/dovend.h')
-rw-r--r--libexec/bootpd/dovend.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/bootpd/dovend.h b/libexec/bootpd/dovend.h
new file mode 100644
index 0000000..b30c982
--- /dev/null
+++ b/libexec/bootpd/dovend.h
@@ -0,0 +1,13 @@
+/* dovend.h */
+
+#ifdef __STDC__
+#define P(args) args
+#else
+#define P(args) ()
+#endif
+
+extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
+extern int insert_ip P((int, struct in_addr_list *, u_char **, int *));
+extern void insert_u_long P((u_int32, u_char **));
+
+#undef P
OpenPOWER on IntegriCloud