summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-04 18:20:04 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-08 21:22:13 +0000
commitfc4a7f705d4c5911220cf9dbb0995d9f5dbabf02 (patch)
tree5e2587631375bbcbb3065dd66c540918b8a3318f /src/src/functions.h
parent6636495c105ec7c4954585c1b317e049c6cac002 (diff)
Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. Bug 1650
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 2fe681394..9df8030f5 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -233,6 +233,8 @@ extern int ip_tcpsocket(const uschar *, uschar **, int);
extern int ip_unixsocket(const uschar *, uschar **);
extern int ip_streamsocket(const uschar *, uschar **, int);
+extern int ipv6_nmtoa(int *, uschar *);
+
extern uschar *local_part_quote(uschar *);
extern int log_create(uschar *);
extern int log_create_as_exim(uschar *);