summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootpd/readfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/readfile.h')
-rw-r--r--usr.sbin/bootpd/readfile.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/bootpd/readfile.h b/usr.sbin/bootpd/readfile.h
deleted file mode 100644
index 3913455..0000000
--- a/usr.sbin/bootpd/readfile.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* 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