mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
7 lines
168 B
C
7 lines
168 B
C
/* report.h */
|
|
/* $FreeBSD$ */
|
|
|
|
extern void report_init(int nolog);
|
|
extern void report(int, const char *, ...) __printflike(2, 3);
|
|
extern const char *get_errmsg(void);
|