1/*	$NetBSD: report.h,v 1.4 2000/10/11 20:23:49 is Exp $	*/
2
3/* report.h */
4
5extern void report_init(int);
6extern void report(int, const char *, ...)
7     __attribute__((__format__(__printf__, 2, 3)));
8extern const char *get_errmsg(void);
9