report.h (5ed136e814a98e845927fffa6aa7c497dbd8fa5e) | report.h (f19d047aec2b1d05cfb00498caff5141094d1124) |
---|---|
1/* report.h */ 2/* $FreeBSD$ */ 3 | 1/* report.h */ 2/* $FreeBSD$ */ 3 |
4#define P(args) args 5 6extern void report_init P((int nolog)); 7extern void report P((int, const char *, ...)) __printflike(2, 3); 8extern const char *get_errmsg P((void)); 9 10#undef P | 4extern void report_init(int nolog); 5extern void report(int, const char *, ...) __printflike(2, 3); 6extern const char *get_errmsg(void); |