13229Spst/* report.h */
269200Skris/* $FreeBSD$ */
33229Spst
497417Salfredextern void report_init(int nolog);
597417Salfredextern void report(int, const char *, ...) __printflike(2, 3);
697417Salfredextern const char *get_errmsg(void);
7