1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/libexec/bootpd/report.h
2002-05-28 18:36:43 +00:00

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);