From d0eda7c30bda6901b5bcc8f04ded157626042da8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Feb 2026 06:36:36 +0000 Subject: Separate TLS stuff in preparation for wrapping --- src/qmail-remote/qmail-remote.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmail-remote/qmail-remote.h') 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 #include +#include #include #include #include @@ -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 -- cgit v1.3.1