Add server_condition to all authenticators, to allow for additional
[exim.git] / src / src / auths / plaintext.h
index abe0f3d4e4c7154a4e691d2165372dbb7812313f..c35f3e49892f81159d94e94fee545a6678f3da3a 100644 (file)
@@ -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.5 2006/10/16 15:44:36 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2005 */
+/* Copyright (c) University of Cambridge 1995 - 2006 */
 /* 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. */