X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0756eb3cb50d73a77b486e47528f7cb1bffdb299..59d9803955886f56f67e3ceff5632b704e4c5548:/src/src/auths/plaintext.h diff --git a/src/src/auths/plaintext.h b/src/src/auths/plaintext.h index ca3b09b3a..6cf3522c4 100644 --- a/src/src/auths/plaintext.h +++ b/src/src/auths/plaintext.h @@ -1,18 +1,16 @@ -/* $Cambridge: exim/src/src/auths/plaintext.h,v 1.1 2004/10/07 13:10:01 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* 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. */