From b6237c0657074e8a61b2123601df36389659b603 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 17 Dec 2020 12:34:25 +0100 Subject: mail: commonalize send_r_n() function old new delta send_mail_command 85 55 -30 Signed-off-by: Denys Vlasenko --- mailutils/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mailutils/mail.h') diff --git a/mailutils/mail.h b/mailutils/mail.h index 2fcd0802d..a07d535cf 100644 --- a/mailutils/mail.h +++ b/mailutils/mail.h @@ -28,6 +28,7 @@ struct globals { void launch_helper(const char **argv) FAST_FUNC; void get_cred_or_die(int fd) FAST_FUNC; +void send_r_n(const char *s) FAST_FUNC; char *send_mail_command(const char *fmt, const char *param) FAST_FUNC; void printbuf_base64(const char *buf, unsigned len) FAST_FUNC; -- cgit v1.2.3