X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..44bbabb570db6e700a31469a0faf2ac27bf3bfe0:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 3790c7fe8..9b51d0b7c 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -367,6 +367,8 @@ typedef struct auth_info { int, /* command timeout */ uschar *, /* buffer for reading response */ int); /* sizeof buffer */ + void (*version_report)( /* diagnostic version reporting */ + FILE *); /* I/O stream to print to */ } auth_info;