aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/report.h
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-30 05:45:07 +0000
commit44099b7b1ec9c9295687eba077be6ad2931d292d (patch)
tree063b400e64a6e0b8dc8cceade3c202711afca9df /libexec/bootpd/report.h
parente56de50e266f4436821583e104f44ad208123f49 (diff)
downloadsrc-44099b7b1ec9c9295687eba077be6ad2931d292d.tar.gz
src-44099b7b1ec9c9295687eba077be6ad2931d292d.zip
Rearrange bootpd
Notes
Notes: svn path=/cvs2svn/branches/MC/; revision=3229
Diffstat (limited to 'libexec/bootpd/report.h')
-rw-r--r--libexec/bootpd/report.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h
new file mode 100644
index 000000000000..0bf63d60fbb1
--- /dev/null
+++ b/libexec/bootpd/report.h
@@ -0,0 +1,13 @@
+/* report.h */
+
+#ifdef __STDC__
+#define P(args) args
+#else
+#define P(args) ()
+#endif
+
+extern void report_init P((int nolog));
+extern void report P((int, char *, ...));
+extern char *get_errmsg P((void));
+
+#undef P