13229Spst/* report.h */
269200Skris/* $FreeBSD: releng/10.2/libexec/bootpd/report.h 97417 2002-05-28 18:36:43Z alfred $ */
33229Spst
497417Salfredextern void report_init(int nolog);
597417Salfredextern void report(int, const char *, ...) __printflike(2, 3);
697417Salfredextern const char *get_errmsg(void);
7