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.h20
1 files changed, 6 insertions, 14 deletions
diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h
index 3913455..be9cada 100644
--- a/libexec/bootpd/readfile.h
+++ b/libexec/bootpd/readfile.h
@@ -1,19 +1,11 @@
/* readfile.h */
+/* $FreeBSD$ */
#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
-
+extern boolean hwlookcmp(hash_datum *, hash_datum *);
+extern boolean iplookcmp(hash_datum *, hash_datum *);
+extern boolean nmcmp(hash_datum *, hash_datum *);
+extern void readtab(int);
+extern void rdtab_init(void);
OpenPOWER on IntegriCloud