xref: /dragonfly/libexec/bootpd/report.h (revision 6693db17)
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