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

#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 *, ...)) __printflike(2, 3);
extern const char *get_errmsg P((void));

#undef P
OpenPOWER on IntegriCloud