From d91b7c2d0fac80c74a2783b84fdba5ae0b941b1c Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 18:31:41 +0000 Subject: Assume __STDC__, remove non-__STDC__ code. Reviewed by: md5 --- libexec/bootpd/readfile.h | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'libexec/bootpd/readfile.h') 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); -- cgit v1.1