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