diff options
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r-- | libexec/bootpd/report.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 0bf63d6..6b96ac6 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,4 +1,5 @@ /* report.h */ +/* $FreeBSD$ */ #ifdef __STDC__ #define P(args) args @@ -7,7 +8,7 @@ #endif extern void report_init P((int nolog)); -extern void report P((int, char *, ...)); -extern char *get_errmsg P((void)); +extern void report P((int, const char *, ...)); +extern const char *get_errmsg P((void)); #undef P |