aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/report.h
blob: a51e5f27f1f1e9d63438cdb883834527fc21192d (plain) (blame)
1
2
3
4
5
/* report.h */

extern void report_init(int nolog);
extern void report(int, const char *, ...) __printflike(2, 3);
extern const char *get_errmsg(void);