X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e6d225ae6e6811d3c88dc201642a2127ff6c11bd..44bbabb570db6e700a31469a0faf2ac27bf3bfe0:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 483539f46..9b51d0b7c 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/structs.h,v 1.17 2009/11/16 19:50:37 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ @@ -369,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;