Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / bootp / common / report.h
blob3ad94440ca3d3f3c2cfff3a031c29441f1b68161
1 /* $NetBSD: report.h,v 1.4 2000/10/11 20:23:49 is Exp $ */
3 /* report.h */
5 extern void report_init(int);
6 extern void report(int, const char *, ...)
7 __attribute__((__format__(__printf__, 2, 3)));
8 extern const char *get_errmsg(void);