2002-07-14 03:56:39 +04:00
|
|
|
/* $NetBSD: report.h,v 1.5 2002/07/14 00:26:18 wiz Exp $ */
|
1998-01-09 11:03:16 +03:00
|
|
|
|
1994-06-28 01:25:48 +04:00
|
|
|
/* report.h */
|
|
|
|
|
2002-07-14 03:56:39 +04:00
|
|
|
extern void report_init(int);
|
|
|
|
extern void report(int, const char *, ...)
|
2000-10-12 00:23:46 +04:00
|
|
|
__attribute__((__format__(__printf__, 2, 3)));
|
2002-07-14 03:56:39 +04:00
|
|
|
extern const char *get_errmsg(void);
|