aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/lookup.h')
-rw-r--r--usr.sbin/bootpd/lookup.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/bootpd/lookup.h b/usr.sbin/bootpd/lookup.h
deleted file mode 100644
index 04805d8915c6..000000000000
--- a/usr.sbin/bootpd/lookup.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* lookup.h */
-
-#include "bptypes.h" /* for int32, u_int32 */
-
-#ifdef __STDC__
-#define P(args) args
-#else
-#define P(args) ()
-#endif
-
-extern u_char *lookup_hwa P((char *hostname, int htype));
-extern int lookup_ipa P((char *hostname, u_int32 *addr));
-extern int lookup_netmask P((u_int32 addr, u_int32 *mask));
-
-#undef P