Home | History | Annotate | Line # | Download | only in common
      1  1.5    wiz /*	$NetBSD: report.h,v 1.5 2002/07/14 00:26:18 wiz Exp $	*/
      2  1.2  perry 
      3  1.1    gwr /* report.h */
      4  1.1    gwr 
      5  1.5    wiz extern void report_init(int);
      6  1.5    wiz extern void report(int, const char *, ...)
      7  1.4     is      __attribute__((__format__(__printf__, 2, 3)));
      8  1.5    wiz extern const char *get_errmsg(void);
      9