X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/555ae6af39312f43b1d38d8da05cf4368b933015..f3ebb786e451da973560f1c9d8cdb151d25108b5:/src/src/transports/appendfile.h diff --git a/src/src/transports/appendfile.h b/src/src/transports/appendfile.h index 52dc3baca..4f0f126bc 100644 --- a/src/src/transports/appendfile.h +++ b/src/src/transports/appendfile.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -70,6 +70,8 @@ typedef struct { BOOL mbx_format; BOOL quota_warn_threshold_is_percent; BOOL quota_is_inclusive; + BOOL quota_no_check; + BOOL quota_filecount_no_check; } appendfile_transport_options_block; /* Restricted creation options */ @@ -92,6 +94,6 @@ extern void appendfile_transport_init(transport_instance *); /* Function that is shared with tf_maildir.c */ -extern off_t check_dir_size(uschar *, int *, const pcre *); +extern off_t check_dir_size(const uschar *, int *, const pcre *); /* End of transports/appendfile.h */