diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-23 21:41:18 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-23 21:41:18 +0100 |
commit | 96b94707c1c6fde1cc2aa06522587114c5c6c809 (patch) | |
tree | c73b47fe14e066fbfc78da1dcc691fa55d3ce359 /test | |
parent | c85595e6230a5563055eabd69135c8342d31b207 (diff) | |
download | rspamd-96b94707c1c6fde1cc2aa06522587114c5c6c809.tar.gz rspamd-96b94707c1c6fde1cc2aa06522587114c5c6c809.zip |
[Rework] Make http normalize path function a generic function
Diffstat (limited to 'test')
-rw-r--r-- | test/lua/unit/url.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/url.lua b/test/lua/unit/url.lua index 2016cc6f4..46eeef277 100644 --- a/test/lua/unit/url.lua +++ b/test/lua/unit/url.lua @@ -10,7 +10,7 @@ context("URL check functions", function() local ffi = require("ffi") ffi.cdef[[ - void rspamd_http_normalize_path_inplace(char *path, size_t len, size_t *nlen); + void rspamd_normalize_path_inplace(char *path, size_t len, size_t *nlen); ]] test_helper.init_url_parser() |