Home | History | Annotate | Line # | Download | only in common
report.h revision 1.1
      1  1.1  gwr /* report.h */
      2  1.1  gwr 
      3  1.1  gwr #ifdef	__STDC__
      4  1.1  gwr #define P(args) args
      5  1.1  gwr #else
      6  1.1  gwr #define P(args) ()
      7  1.1  gwr #endif
      8  1.1  gwr 
      9  1.1  gwr extern void report_init P((int nolog));
     10  1.1  gwr extern void report P((int, char *, ...));
     11  1.1  gwr extern char *get_errmsg P((void));
     12  1.1  gwr 
     13  1.1  gwr #undef P
     14