aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/ioev.h
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-11-25 09:55:09 +0100
committergilles <gilles@poolp.org>2016-11-25 09:55:09 +0100
commite2bcb5a7440d3249aba2f7bb57bfdf4f7db477c7 (patch)
treeabc3f9c2b3aa8b9512b9c08ec68cc171197ceed6 /smtpd/ioev.h
parentsync with OpenBSD (diff)
downloadOpenSMTPD-e2bcb5a7440d3249aba2f7bb57bfdf4f7db477c7.tar.xz
OpenSMTPD-e2bcb5a7440d3249aba2f7bb57bfdf4f7db477c7.zip
sync with OpenBSd
Diffstat (limited to 'smtpd/ioev.h')
-rw-r--r--smtpd/ioev.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/smtpd/ioev.h b/smtpd/ioev.h
index f57f885a..859a1089 100644
--- a/smtpd/ioev.h
+++ b/smtpd/ioev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ioev.h,v 1.10 2016/11/20 08:43:36 eric Exp $ */
+/* $OpenBSD: ioev.h,v 1.14 2016/11/24 21:25:21 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -69,6 +69,10 @@ int io_connect(struct io *, const struct sockaddr *, const struct sockaddr *);
int io_start_tls(struct io *, void *);
const char* io_strio(struct io *);
const char* io_strevent(int);
+const char* io_error(struct io *);
+void* io_ssl(struct io *);
+int io_fileno(struct io *);
+int io_paused(struct io *, int);
/* Buffered output functions */
int io_write(struct io *, const void *, size_t);