1994-09-30 01:45:07 -04:00
|
|
|
/* report.h */
|
2000-11-26 05:21:54 -05:00
|
|
|
/* $FreeBSD$ */
|
1994-09-30 01:45:07 -04:00
|
|
|
|
2002-05-28 14:36:43 -04:00
|
|
|
extern void report_init(int nolog);
|
|
|
|
|
extern void report(int, const char *, ...) __printflike(2, 3);
|
|
|
|
|
extern const char *get_errmsg(void);
|