Start
[exim.git] / src / src / transports / tf_maildir.h
diff --git a/src/src/transports/tf_maildir.h b/src/src/transports/tf_maildir.h
new file mode 100644 (file)
index 0000000..dc3b726
--- /dev/null
@@ -0,0 +1,21 @@
+/* $Cambridge: exim/src/src/transports/tf_maildir.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 */
+/* See the file NOTICE for conditions of use and distribution. */
+
+/* Header file for the functions that are used to support the use of
+maildirsize files for quota handling in maildir directories. */
+
+extern int  maildir_compute_size(uschar *, int *, time_t *, const pcre *,
+              const pcre *, BOOL);
+extern BOOL maildir_ensure_directories(uschar *, address_item *, BOOL, int);
+extern int  maildir_ensure_sizefile(uschar *,
+              appendfile_transport_options_block *, const pcre *, const pcre *,
+              int *, int *);
+extern void maildir_record_length(int, int);
+
+/* End of tf_maildir.h */