summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootpd/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bootpd/report.h')
-rw-r--r--usr.sbin/bootpd/report.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.sbin/bootpd/report.h b/usr.sbin/bootpd/report.h
deleted file mode 100644
index 0bf63d6..0000000
--- a/usr.sbin/bootpd/report.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* report.h */
-
-#ifdef __STDC__
-#define P(args) args
-#else
-#define P(args) ()
-#endif
-
-extern void report_init P((int nolog));
-extern void report P((int, char *, ...));
-extern char *get_errmsg P((void));
-
-#undef P
OpenPOWER on IntegriCloud