xref: /freebsd/libexec/bootpd/report.h (revision 3d9fd9fcb432750f3716b28f6ccb0104cd9d351a)
1 /* report.h */
2 
3 extern void report_init(int nolog);
4 extern void report(int, const char *, ...) __printflike(2, 3);
5 extern const char *get_errmsg(void);
6