xref: /netbsd-src/usr.sbin/bootp/common/report.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: report.h,v 1.5 2002/07/14 00:26:18 wiz Exp $	*/
2 
3 /* report.h */
4 
5 extern void report_init(int);
6 extern void report(int, const char *, ...)
7      __attribute__((__format__(__printf__, 2, 3)));
8 extern const char *get_errmsg(void);
9