xref: /freebsd/libexec/bootpd/report.h (revision 2a63c3be158216222d89a073dcbd6a72ee4aab5a)
144099b7bSPaul Traina /* report.h */
244099b7bSPaul Traina 
3f19d047aSAlfred Perlstein extern void report_init(int nolog);
4f19d047aSAlfred Perlstein extern void report(int, const char *, ...) __printflike(2, 3);
5f19d047aSAlfred Perlstein extern const char *get_errmsg(void);
6