X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/184e88237dea64ce48076cdd0184612d057cbafd..7d2f2d360f5a8ac6e0055074db813c3c3cfbeeb4:/src/src/auths/dovecot.h diff --git a/src/src/auths/dovecot.h b/src/src/auths/dovecot.h index 1a167f9dc..373f729bb 100644 --- a/src/src/auths/dovecot.h +++ b/src/src/auths/dovecot.h @@ -1,16 +1,16 @@ -/* $Cambridge: exim/src/src/auths/dovecot.h,v 1.2 2007/01/08 10:50:19 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* 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. */