report.h revision 69200
13229Spst/* report.h */
269200Skris/* $FreeBSD: head/libexec/bootpd/report.h 69200 2000-11-26 10:21:54Z kris $ */
33229Spst
43229Spst#ifdef	__STDC__
53229Spst#define P(args) args
63229Spst#else
73229Spst#define P(args) ()
83229Spst#endif
93229Spst
103229Spstextern void report_init P((int nolog));
1169200Skrisextern void report P((int, const char *, ...));
1269200Skrisextern const char *get_errmsg P((void));
133229Spst
143229Spst#undef P
15