summaryrefslogtreecommitdiff
path: root/usr.sbin/bootpd/readfile.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1994-09-26 21:22:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1994-09-26 21:22:58 +0000
commit7b7e6b335c4d3b459aa35cb34cbe49c7e3ce1d05 (patch)
tree4161159b9c13eb8868371b8fa793d387a4b4e5e6 /usr.sbin/bootpd/readfile.h
parentb1069b52ffe7e4740f95ea2d4a93166a91c73c2d (diff)
Notes
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 3913455857c3e..0000000000000
--- 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
-