summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-11-29 14:34:25 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-11-29 16:03:57 +0000
commit2484a8253df7795a45fb5b4aff6df0bf0e4d56e5 (patch)
tree2185f5706f5acf800f1e9cfceae499b4b459398a /src/src/functions.h
parentfc37f2acaaa440c5265dc01fd693d8f5406f5cf9 (diff)
Add variable $sender_helo_verified
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 a2c8976e8..3ca346c04 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -489,6 +489,7 @@ extern int search_findtype_partial(const uschar *, int *, const uschar **, i
int *, const uschar **);
extern void *search_open(const uschar *, int, int, uid_t *, gid_t *);
extern void search_tidyup(void);
+extern uschar *sender_helo_verified_boolstr(void);
extern void set_process_info(const char *, ...) PRINTF_FUNCTION(1,2);
extern void sha1_end(hctx *, const uschar *, int, uschar *);
extern void sha1_mid(hctx *, const uschar *);