home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / bootp-2.4.0 / part01 / report.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-22  |  213 b   |  14 lines

  1. /* report.h */
  2.  
  3. #ifdef    __STDC__
  4. #define P(args) args
  5. #else
  6. #define P(args) ()
  7. #endif
  8.  
  9. extern void report_init P((int nolog));
  10. extern void report P((int, char *, ...));
  11. extern char *get_errmsg P((void));
  12.  
  13. #undef P
  14.