diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib-lda/mail-send.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib-lda/mail-send.h b/src/lib-lda/mail-send.h new file mode 100644 index 0000000..88f87ed --- /dev/null +++ b/src/lib-lda/mail-send.h @@ -0,0 +1,11 @@ +#ifndef MAIL_SEND_H +#define MAIL_SEND_H + +struct mail; +struct mail_deliver_context; + +int mail_send_rejection(struct mail_deliver_context *ctx, + const struct smtp_address *recipient, + const char *reason); + +#endif |