summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/report.h
blob: dbb1a663f7d4f6ebf4a71ab17a2837c6d4145c3b (plain)
1
2
3
4
5
6
7
8
9
10
/* report.h */
/* $FreeBSD$ */

#define P(args) args

extern void report_init P((int nolog));
extern void report P((int, const char *, ...)) __printflike(2, 3);
extern const char *get_errmsg P((void));

#undef P
OpenPOWER on IntegriCloud