aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:36:43 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 18:36:43 +0000
commitf19d047aec2b1d05cfb00498caff5141094d1124 (patch)
treece9f350c8701d94e008a4a7dde04373b9afe18d7 /libexec/bootpd/report.h
parent5ed136e814a98e845927fffa6aa7c497dbd8fa5e (diff)
Notes
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r--libexec/bootpd/report.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h
index dbb1a663f7d4..55cec5c76845 100644
--- a/libexec/bootpd/report.h
+++ b/libexec/bootpd/report.h
@@ -1,10 +1,6 @@
/* report.h */
/* $FreeBSD$ */
-#define P(args) args
-
-extern void report_init P((int nolog));
-extern void report P((int, const char *, ...)) __printflike(2, 3);
-extern const char *get_errmsg P((void));
-
-#undef P
+extern void report_init(int nolog);
+extern void report(int, const char *, ...) __printflike(2, 3);
+extern const char *get_errmsg(void);