repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
bootp
/
common
/
report.h
blob
3ad94440ca3d3f3c2cfff3a031c29441f1b68161
1
/* $NetBSD: report.h,v 1.4 2000/10/11 20:23:49 is Exp $ */
2
3
/* report.h */
4
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
);