1 /* $Cambridge: exim/src/src/transports/tf_maildir.h,v 1.2 2005/01/04 10:00:45 ph10 Exp $ */
3 /*************************************************
4 * Exim - an Internet mail transport agent *
5 *************************************************/
7 /* Copyright (c) University of Cambridge 1995 - 2005 */
8 /* See the file NOTICE for conditions of use and distribution. */
10 /* Header file for the functions that are used to support the use of
11 maildirsize files for quota handling in maildir directories. */
13 extern int maildir_compute_size(uschar *, int *, time_t *, const pcre *,
15 extern BOOL maildir_ensure_directories(uschar *, address_item *, BOOL, int);
16 extern int maildir_ensure_sizefile(uschar *,
17 appendfile_transport_options_block *, const pcre *, const pcre *,
19 extern void maildir_record_length(int, int);
21 /* End of tf_maildir.h */