summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/readfile.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 18:31:41 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 18:31:41 +0000
commitd91b7c2d0fac80c74a2783b84fdba5ae0b941b1c (patch)
tree742976ab3a4d7a3a0d4e1f5dbe4d502844b37e9c /libexec/bootpd/readfile.h
parent565689ac5bf6349e21b553f3e8f16d7daa1da57d (diff)
downloadFreeBSD-src-d91b7c2d0fac80c74a2783b84fdba5ae0b941b1c.zip
FreeBSD-src-d91b7c2d0fac80c74a2783b84fdba5ae0b941b1c.tar.gz
Assume __STDC__, remove non-__STDC__ code.
Reviewed by: md5
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