summaryrefslogtreecommitdiff
path: root/usr.bin/mg/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/log.h')
-rw-r--r--usr.bin/mg/log.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/mg/log.h b/usr.bin/mg/log.h
new file mode 100644
index 00000000000..814b19b5531
--- /dev/null
+++ b/usr.bin/mg/log.h
@@ -0,0 +1,11 @@
+/* $OpenBSD: log.h,v 1.1 2019/06/10 06:52:44 lum Exp $ */
+
+/* This file is in the public domain. */
+
+/*
+ * Specifically for mg logging functionality.
+ *
+ */
+
+int mglog(PF);
+int mgloginit(void);