From 17a28de8bf05d314426ed6498e2690baac129b58 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 8 Feb 2026 04:50:57 +0000 Subject: Doc typo fixes --- src/qmail-remote/qmail-remote-io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmail-remote/qmail-remote-io.c') 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 ; -- cgit v1.3.1