aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote-io.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-08 04:50:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-08 04:50:57 +0000
commit17a28de8bf05d314426ed6498e2690baac129b58 (patch)
tree0e2b90dcd37a834a2d459428877c5033a02e29c7 /src/qmail-remote/qmail-remote-io.c
parentde33be8ad62f2c3c2f7c4030b1ebb301a73e0872 (diff)
downloadsmtpd-starttls-proxy-17a28de8bf05d314426ed6498e2690baac129b58.tar.gz
Doc typo fixes
Diffstat (limited to 'src/qmail-remote/qmail-remote-io.c')
-rw-r--r--src/qmail-remote/qmail-remote-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmail-remote/qmail-remote-io.c b/src/qmail-remote/qmail-remote-io.c
index 3f55f87..a855c20 100644
--- a/src/qmail-remote/qmail-remote-io.c
+++ b/src/qmail-remote/qmail-remote-io.c
@@ -122,8 +122,8 @@ static void blast (buffer *out, unsigned int timeout)
if (buffer_putflush(out, ".\r\n", 3) < 0) qmailr_tempsys("qmail-remote-io: ", "unable to ", "finalize message data") ;
}
-static void smtp_body (buffer *in, buffer *out, char const *fmtip, char const *sender, char const *const *recip, unsigned int n, unsigned int timeout) gccattr_noreturn ;
-static void smtp_body (buffer *in, buffer *out, char const *fmtip, char const *sender, char const *const *recip, unsigned int n, unsigned int timeout)
+static inline void smtp_body (buffer *in, buffer *out, char const *fmtip, char const *sender, char const *const *recip, unsigned int n, unsigned int timeout) gccattr_noreturn ;
+static inline void smtp_body (buffer *in, buffer *out, char const *fmtip, char const *sender, char const *const *recip, unsigned int n, unsigned int timeout)
{
tain deadline ;
unsigned int code ;