diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-06 14:45:47 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-06 15:43:33 +0100 |
commit | 4a7dca52352d0976f200b89a50825433b7551554 (patch) | |
tree | a3796efa5202c26e359fd46a39c1a7db89ec4fcf /src/src/functions.h | |
parent | 46fa6b8a21e141c73c95300537d7e71d545d6e25 (diff) |
Refactor lookup argument shuffling
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 486a91595..e6b78dbe6 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -448,6 +448,7 @@ extern void route_init(void); extern gstring * route_show_supported(gstring *); extern void route_tidyup(void); +extern uschar *search_args(int, uschar *, uschar *, uschar **); extern uschar *search_find(void *, const uschar *, uschar *, int, const uschar *, int, int, int *, const uschar *); extern int search_findtype(const uschar *, int); |