X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Flmtp.h;h=93f0f89cccc90b938f90e8d01325b0a62bec21eb;hb=3634fc257bd0667daef14d72005cd87c735bbb24;hp=d6d3c21ca04a9d5bcd668c86e68f0131385cf5ab;hpb=0756eb3cb50d73a77b486e47528f7cb1bffdb299;p=exim.git diff --git a/src/src/transports/lmtp.h b/src/src/transports/lmtp.h index d6d3c21ca..93f0f89cc 100644 --- a/src/src/transports/lmtp.h +++ b/src/src/transports/lmtp.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/transports/lmtp.h,v 1.1 2004/10/07 13:10:02 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. */ @@ -14,6 +12,7 @@ typedef struct { uschar *skt; int timeout; int options; + BOOL ignore_quota; } lmtp_transport_options_block; /* Data for reading the private options. */