summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-04-01 11:33:08 -0700
committerTodd Lyons <tlyons@exim.org>2013-04-09 13:57:05 -0700
commit4840604e4f365545a43f01d0e953ce33afd1c3d5 (patch)
tree7f866c17f74a459080674a4c484fa16834ef657d /src/src/functions.h
parent825fae12de435166c3706fa21ea7ccc8423c48bb (diff)
DMARC support by opendmarc libs
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 20fc9a0b5..e76cd140e 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -177,6 +177,7 @@ extern int ip_recv(int, uschar *, int, int);
extern int ip_socket(int, int);
extern uschar *local_part_quote(uschar *);
+extern int log_create(uschar *);
extern int log_create_as_exim(uschar *);
extern void log_close_all(void);