diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-09 19:05:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-10 15:58:53 +0100 |
commit | 41313d92e0f157dacfa758993e7fc76e291b0415 (patch) | |
tree | 50cf7f7a58373f3bace3f1a447405af77e01ccca /src/src/functions.h | |
parent | 0cd5fd23fdc042cd634a1033350bf91689f26d3c (diff) |
Collect spool-layout code to one file
Diffstat (limited to 'src/src/functions.h')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index f690e9fd9..0956c4069 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -406,6 +406,8 @@ extern int spam(const uschar **); extern FILE *spool_mbox(unsigned long *, const uschar *); #endif extern BOOL spool_move_message(uschar *, uschar *, uschar *, uschar *); +extern uschar *spool_fname(const uschar *, uschar *, uschar *, uschar *); +extern uschar *spool_sname(const uschar *, uschar *); extern int spool_open_datafile(uschar *); extern int spool_open_temp(uschar *); extern int spool_read_header(uschar *, BOOL, BOOL); |