Report compiler in -d -bV. Clang compat.
[exim.git] / src / src / transports / tf_maildir.h
CommitLineData
ca5aa725 1/* $Cambridge: exim/src/src/transports/tf_maildir.h,v 1.7 2009/11/16 19:56:54 nm4 Exp $ */
0756eb3c
PH
2
3/*************************************************
4* Exim - an Internet mail transport agent *
5*************************************************/
6
ca5aa725 7/* Copyright (c) University of Cambridge 1995 - 2009 */
0756eb3c
PH
8/* See the file NOTICE for conditions of use and distribution. */
9
10/* Header file for the functions that are used to support the use of
11maildirsize files for quota handling in maildir directories. */
12
0d7eb84a
PH
13extern off_t maildir_compute_size(uschar *, int *, time_t *, const pcre *,
14 const pcre *, BOOL);
d6629cdc
PH
15extern BOOL maildir_ensure_directories(uschar *, address_item *, BOOL, int,
16 uschar *);
0d7eb84a
PH
17extern int maildir_ensure_sizefile(uschar *,
18 appendfile_transport_options_block *, const pcre *,
19 const pcre *, off_t *, int *);
20extern void maildir_record_length(int, int);
0756eb3c
PH
21
22/* End of tf_maildir.h */