aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html/html.hxx
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-04-26 22:56:53 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-04-26 22:56:53 +0100
commit0babcc489b0e65cd0c0d9ab1ed6a45f7957146d5 (patch)
tree7ff15b22c647771914e3d8d550167bb06e48f7a4 /src/libserver/html/html.hxx
parent1a7b7d7076f41651444832f693606f5eca39a624 (diff)
downloadrspamd-0babcc489b0e65cd0c0d9ab1ed6a45f7957146d5.tar.gz
rspamd-0babcc489b0e65cd0c0d9ab1ed6a45f7957146d5.zip
[Test] Fix unit tests
Diffstat (limited to 'src/libserver/html/html.hxx')
-rw-r--r--src/libserver/html/html.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/html/html.hxx b/src/libserver/html/html.hxx
index 5c16d085a..34008aaf7 100644
--- a/src/libserver/html/html.hxx
+++ b/src/libserver/html/html.hxx
@@ -127,7 +127,7 @@ private:
auto html_tag_by_name(const std::string_view &name) -> std::optional<tag_id_t>;
-auto html_process_input(rspamd_mempool_t *pool,
+auto html_process_input(struct rspamd_task *task,
GByteArray *in,
GList **exceptions,
khash_t (rspamd_url_hash) *url_set,