X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1ddf77d06eea2e5ba559e62c5574431f2a22fbc4..5455f54826fe81cddb761ca943ea0b1ef5836dbc:/src/src/functions.h diff --git a/src/src/functions.h b/src/src/functions.h index 9b105774e..58cab8238 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -322,6 +322,8 @@ extern uschar *moan_check_errorcopy(uschar *); extern BOOL moan_skipped_syntax_errors(uschar *, error_block *, uschar *, BOOL, uschar *); extern void moan_smtp_batch(uschar *, const char *, ...) PRINTF_FUNCTION(2,3); +extern BOOL moan_send_message(uschar *, int, error_block *eblock, + header_line *, FILE *, uschar *); extern void moan_tell_someone(uschar *, address_item *, const uschar *, const char *, ...) PRINTF_FUNCTION(4,5); extern BOOL moan_to_sender(int, error_block *, header_line *, FILE *, BOOL);