diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-06 18:04:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-06 18:04:36 +0100 |
commit | b8514d1960e259d49ab2c84c89eba52ab993da3f (patch) | |
tree | 518d70cf6119717cd896e40b5aa88a919fca7751 /src/src/functions.h | |
parent | 4a7dca52352d0976f200b89a50825433b7551554 (diff) |
Sqlite: new-style option to specify db file
Diffstat (limited to 'src/src/functions.h')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index e6b78dbe6..1f0c30d0e 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -448,7 +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_args(int, uschar *, uschar *, uschar **, const uschar *); extern uschar *search_find(void *, const uschar *, uschar *, int, const uschar *, int, int, int *, const uschar *); extern int search_findtype(const uschar *, int); |