X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c988f1f4faa9f679f79beddf3c14676c5dcb8e28..184e88237dea64ce48076cdd0184612d057cbafd:/src/src/auths/plaintext.h?ds=sidebyside diff --git a/src/src/auths/plaintext.h b/src/src/auths/plaintext.h index abe0f3d4e..d4c9de410 100644 --- a/src/src/auths/plaintext.h +++ b/src/src/auths/plaintext.h @@ -1,18 +1,18 @@ -/* $Cambridge: exim/src/src/auths/plaintext.h,v 1.2 2005/01/04 10:00:43 ph10 Exp $ */ +/* $Cambridge: exim/src/src/auths/plaintext.h,v 1.6 2007/01/08 10:50:19 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2007 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ typedef struct { - uschar *server_condition; uschar *server_prompts; uschar *client_send; + BOOL client_ignore_invalid_base64; } auth_plaintext_options_block; /* Data for reading the private options. */