mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
5 lines
152 B
C
5 lines
152 B
C
/* report.h */
|
|
|
|
extern void report_init(int nolog);
|
|
extern void report(int, const char *, ...) __printflike(2, 3);
|
|
extern const char *get_errmsg(void);
|