diff options
Diffstat (limited to 'src/qmail-remote/qmail-remote.h')
| -rw-r--r-- | src/qmail-remote/qmail-remote.h | 4 |
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 |
