aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-10 06:36:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-10 06:36:36 +0000
commitd0eda7c30bda6901b5bcc8f04ded157626042da8 (patch)
tree06d44a489253b997fa356bb684a972425543b063 /src/qmail-remote/qmail-remote.h
parent38976bbe295bb85305dc4de01c9688f835d35299 (diff)
downloadsmtpd-starttls-proxy-d0eda7c30bda6901b5bcc8f04ded157626042da8.tar.gz
Separate TLS stuff in preparation for wrapping
Diffstat (limited to 'src/qmail-remote/qmail-remote.h')
-rw-r--r--src/qmail-remote/qmail-remote.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmail-remote/qmail-remote.h b/src/qmail-remote/qmail-remote.h
index afe4323..24be70e 100644
--- a/src/qmail-remote/qmail-remote.h
+++ b/src/qmail-remote/qmail-remote.h
@@ -6,6 +6,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <skalibs/gccattributes.h>
#include <skalibs/cdb.h>
#include <skalibs/stralloc.h>
#include <skalibs/genalloc.h>
@@ -43,4 +44,7 @@ extern int smtproutes_init (smtproutes *) ;
extern int smtproutes_match (smtproutes const *, char const *, stralloc *, size_t *, uint16_t *) ;
extern void smtproutes_free (smtproutes *) ;
+
+extern void run_tls (int, char const *, unsigned int, unsigned int, qmailr_tls const *, size_t, size_t const *, unsigned int, char const *) gccattr_noreturn ;
+
#endif