summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-31 15:31:50 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-31 15:31:50 +0000
commit9650d98a07b2ad623c29fae2ff69ffd887ad4738 (patch)
treec4d4c4df1507264e0a20d36846e1021e1aa704d5 /src/src/functions.h
parentbc88a04543780d9071a47279a97beedae815b35e (diff)
Add macro support to -be expansion test mode. Bug 1623
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index 1fe561f56..e50fa6f92 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -257,6 +257,8 @@ extern int log_create_as_exim(uschar *);
extern void log_close_all(void);
extern macro_item * macro_create(const uschar *, const uschar *, BOOL);
+extern BOOL macro_read_assignment(uschar *);
+extern uschar *macros_expand(int, int *, BOOL *);
extern void mainlog_close(void);
#ifdef WITH_CONTENT_SCAN
extern int malware(const uschar *, int);