X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/158dff9936e36a2d31d037d3988b9353458d6471..2484a8253df7795a45fb5b4aff6df0bf0e4d56e5:/src/src/functions.h diff --git a/src/src/functions.h b/src/src/functions.h index d5164547a..3ca346c04 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -5,6 +5,7 @@ /* Copyright (c) The Exim Maintainers 2020 - 2022 */ /* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Prototypes for functions that appear in various modules. Gathered together @@ -488,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 *);