diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-12 10:52:23 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-12 10:52:23 +0000 |
commit | f419db86e48280e99e113c1c8f8f64059adea0c3 (patch) | |
tree | a2072a298e438948e9b79d990a10cc1488405f53 /usr.sbin/smtpd/smtpd.h | |
parent | d0c8c60ad2179876dd2bf54a4f6a82c1ca426902 (diff) |
expose foreground_log in smtpd.h so filters can inherit it
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index ed39c0c5620..5616ee336d0 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.503 2015/12/12 10:03:33 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.504 2015/12/12 10:52:22 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -1012,6 +1012,7 @@ struct msg { extern enum smtp_proc_type smtpd_process; extern int verbose; +extern int foreground_log; extern int profiling; extern struct mproc *p_control; |