]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: server: Remove undefined smtp_server_reply_send_more() from smtp-server...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 17 Feb 2018 09:37:55 +0000 (10:37 +0100)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Mon, 12 Mar 2018 08:42:26 +0000 (10:42 +0200)
src/lib-smtp/smtp-server-private.h

index 8aa5044e4e24a52e735964410b55fe679d53c609..6dc3fc658b8addd52cd515c507265a4a296a1102 100644 (file)
@@ -210,8 +210,6 @@ void smtp_server_reply_free(struct smtp_server_command *cmd);
 
 int smtp_server_reply_send(struct smtp_server_reply *resp,
                             const char **error_r);
-int smtp_server_reply_send_more(struct smtp_server_reply *resp,
-                                 const char **error_r);
 
 const char *smtp_server_reply_get_one_line(struct smtp_server_reply *reply);