aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-06-18 20:20:18 +0200
committerGilles Chehade <gilles@poolp.org>2018-06-18 20:20:18 +0200
commit474bf4d3fc33f950b2e0664cd9c99ca39651991a (patch)
tree218dbc1d5c4fc7e2f3a6ad4f97b73dad74967c2d /smtpd/smtpd.h
parentsync with openbsd (diff)
downloadOpenSMTPD-474bf4d3fc33f950b2e0664cd9c99ca39651991a.tar.xz
OpenSMTPD-474bf4d3fc33f950b2e0664cd9c99ca39651991a.zip
sync with openbsd
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 43adf8b4..a69e2162 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.553 2018/06/16 19:41:26 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.555 2018/06/18 18:19:14 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -1143,6 +1143,7 @@ int uncompress_file(FILE *, FILE *);
#define PURGE_PKI_KEYS 0x10
#define PURGE_DISPATCHERS 0x20
#define PURGE_EVERYTHING 0xff
+struct smtpd *config_default(void);
void purge_config(uint8_t);
void config_process(enum smtp_proc_type);
void config_peer(enum smtp_proc_type);
@@ -1371,7 +1372,7 @@ void smtp_collect(void);
/* smtp_session.c */
int smtp_session(struct listener *, int, const struct sockaddr_storage *,
- const char *);
+ const char *, struct io *);
void smtp_session_imsg(struct mproc *, struct imsg *);