1 1.3 mycroft /* $NetBSD: report.h,v 1.3 1998/07/26 15:33:34 mycroft Exp $ */ 2 1.2 perry 3 1.1 gwr /* report.h */ 4 1.1 gwr 5 1.1 gwr #ifdef __STDC__ 6 1.1 gwr #define P(args) args 7 1.1 gwr #else 8 1.1 gwr #define P(args) () 9 1.1 gwr #endif 10 1.1 gwr 11 1.1 gwr extern void report_init P((int nolog)); 12 1.1 gwr extern void report P((int, char *, ...)); 13 1.3 mycroft extern const char *get_errmsg P((void)); 14 1.1 gwr 15 1.1 gwr #undef P 16