Skip to content

Commit

Permalink
lib-smtp: server: Remove undefined smtp_server_reply_send_more() from…
Browse files Browse the repository at this point in the history
… smtp-server-private.h.
  • Loading branch information
stephanbosch committed Feb 17, 2018
1 parent be67412 commit 0f445eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib-smtp/smtp-server-private.h
Expand Up @@ -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);

Expand Down

0 comments on commit 0f445eb

Please sign in to comment.