summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-26 10:21:54 +0000
committerkris <kris@FreeBSD.org>2000-11-26 10:21:54 +0000
commit8eae02ff46f279cae89cefa462804e766d29177a (patch)
tree4d7d010b61ba6735770a24d02971abc7919473d3 /libexec/bootpd/report.h
parenta6b6cceedcf79fc4c5cdcc151410cce4460c6961 (diff)
downloadFreeBSD-src-8eae02ff46f279cae89cefa462804e766d29177a.zip
FreeBSD-src-8eae02ff46f279cae89cefa462804e766d29177a.tar.gz
Constify
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r--libexec/bootpd/report.h5
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
OpenPOWER on IntegriCloud