xref: /netbsd-src/usr.sbin/bootp/common/report.h (revision e77448e07be3174235c13f58032a0d6d0ab7638d)
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