From 96b94707c1c6fde1cc2aa06522587114c5c6c809 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 23 Oct 2022 21:41:18 +0100 Subject: [Rework] Make http normalize path function a generic function --- test/lua/unit/url.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit v1.2.3