aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r--libexec/bootpd/report.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h
new file mode 100644
index 000000000000..a51e5f27f1f1
--- /dev/null
+++ b/libexec/bootpd/report.h
@@ -0,0 +1,5 @@
+/* report.h */
+
+extern void report_init(int nolog);
+extern void report(int, const char *, ...) __printflike(2, 3);
+extern const char *get_errmsg(void);