X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6523b984f03bc9de3edae2db65c1c54837e730a8..251b9eb4698f569864c35127ddb7c309b92ccecb:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index bec2b2aa0..b1df408be 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -420,8 +420,7 @@ typedef struct auth_info { uschar *); /* rest of AUTH command */ int (*clientcode)( /* client function */ struct auth_instance *, - struct smtp_inblock *, /* socket and input buffer */ - struct smtp_outblock *, /* socket and output buffer */ + void *, /* smtp conn, with socket, output and input buffers */ int, /* command timeout */ uschar *, /* buffer for reading response */ int); /* sizeof buffer */