freebsd-dev/libexec/bootpd/report.h

7 lines
168 B
C
Raw Normal View History

1994-09-30 05:45:07 +00:00
/* report.h */
2000-11-26 10:21:54 +00:00
/* $FreeBSD$ */
1994-09-30 05:45:07 +00:00
extern void report_init(int nolog);
extern void report(int, const char *, ...) __printflike(2, 3);
extern const char *get_errmsg(void);