X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/e4a04f2a8de013abe125d9d04219343b0a32662e..7d2f2d360f5a8ac6e0055074db813c3c3cfbeeb4:/src/src/auths/dovecot.h diff --git a/src/src/auths/dovecot.h b/src/src/auths/dovecot.h index ea3f04dab..373f729bb 100644 --- a/src/src/auths/dovecot.h +++ b/src/src/auths/dovecot.h @@ -3,12 +3,14 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) The Exim Maintainters 2019 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ typedef struct { - uschar *server_socket; + uschar * server_socket; + BOOL server_tls; } auth_dovecot_options_block; /* Data for reading the private options. */