X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/218a6f15f24e2925c66c4855b4d255e1a11c7911..d6c829b9a350f61c98196768e3260beb3cbecbfe:/src/src/functions.h?ds=sidebyside diff --git a/src/src/functions.h b/src/src/functions.h index 31c005773..d99f15465 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -335,6 +335,7 @@ 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); extern void moan_write_from(FILE *); +extern void moan_write_references(FILE *, uschar *); extern FILE *modefopen(const uschar *, const char *, mode_t); extern int open_cutthrough_connection( address_item * addr );