freebsd-dev/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);