summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
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 dbb1a66..55cec5c 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);
OpenPOWER on IntegriCloud