summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index b31a89fbc..fd1e11d1b 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -246,6 +246,7 @@ extern int log_create_as_exim(uschar *);
extern void log_close_all(void);
extern macro_item * macro_create(const uschar *, const uschar *, BOOL);
+extern void mainlog_close(void);
#ifdef WITH_CONTENT_SCAN
extern int malware(const uschar *, int);
extern int malware_in_file(uschar *);