mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
6 lines
168 B
C
6 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);
|