- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / libexec / bootpd / report.h
blob025a2303cf9d5b5a11dc5c49659948e83f8be0a2
1 /* report.h */
2 /* $FreeBSD: src/libexec/bootpd/report.h,v 1.1.1.1.14.2 2003/02/15 05:36:01 kris Exp $ */
3 /* $DragonFly: src/libexec/bootpd/report.h,v 1.2 2003/06/17 04:27:07 dillon Exp $ */
5 #ifdef __STDC__
6 #define P(args) args
7 #else
8 #define P(args) ()
9 #endif
11 extern void report_init P((int nolog));
12 extern void report P((int, const char *, ...)) __printflike(2, 3);
13 extern const char *get_errmsg P((void));
15 #undef P