/* report.h */ /* $FreeBSD: head/libexec/bootpd/report.h 69200 2000-11-26 10:21:54Z kris $ */ #ifdef __STDC__ #define P(args) args #else #define P(args) () #endif extern void report_init P((int nolog)); extern void report P((int, const char *, ...)); extern const char *get_errmsg P((void)); #undef P