diff options
author | Todd Lyons <tlyons@exim.org> | 2013-04-01 11:33:08 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-04-09 13:57:05 -0700 |
commit | 4840604e4f365545a43f01d0e953ce33afd1c3d5 (patch) | |
tree | 7f866c17f74a459080674a4c484fa16834ef657d /src/src/functions.h | |
parent | 825fae12de435166c3706fa21ea7ccc8423c48bb (diff) |
DMARC support by opendmarc libs
Diffstat (limited to 'src/src/functions.h')
-rw-r--r-- | src/src/functions.h | 1 |
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); |