xref: /dflybsd-src/libexec/bootpd/report.h (revision 201c8c4447cad562e0a54ebbe0e7ee4e8a0be647)
1 /* report.h */
2 /* $FreeBSD: src/libexec/bootpd/report.h,v 1.1.1.1.14.2 2003/02/15 05:36:01 kris Exp $ */
3 /* $DragonFly: src/libexec/bootpd/report.h,v 1.2 2003/06/17 04:27:07 dillon Exp $ */
4 
5 extern void report_init(int nolog);
6 extern void report(int, const char *, ...) __printflike(2, 3);
7 extern const char *get_errmsg(void);
8