NetBSD/usr.sbin/bootp/common/report.h

16 lines
284 B
C
Raw Normal View History

1998-07-26 19:23:39 +04:00
/* $NetBSD: report.h,v 1.3 1998/07/26 15:33:34 mycroft Exp $ */
1998-01-09 11:03:16 +03:00
/* report.h */
#ifdef __STDC__
#define P(args) args
#else
#define P(args) ()
#endif
extern void report_init P((int nolog));
extern void report P((int, char *, ...));
1998-07-26 19:23:39 +04:00
extern const char *get_errmsg P((void));
#undef P