summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/readfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/readfile.h')
-rw-r--r--libexec/bootpd/readfile.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h
new file mode 100644
index 0000000..3913455
--- /dev/null
+++ b/libexec/bootpd/readfile.h
@@ -0,0 +1,19 @@
+/* readfile.h */
+
+#include "bptypes.h"
+#include "hash.h"
+
+#ifdef __STDC__
+#define P(args) args
+#else
+#define P(args) ()
+#endif
+
+extern boolean hwlookcmp P((hash_datum *, hash_datum *));
+extern boolean iplookcmp P((hash_datum *, hash_datum *));
+extern boolean nmcmp P((hash_datum *, hash_datum *));
+extern void readtab P((int));
+extern void rdtab_init P((void));
+
+#undef P
+
OpenPOWER on IntegriCloud