aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.h b/src/html.h
index 2e5ae8bcf..601f076d2 100644
--- a/src/html.h
+++ b/src/html.h
@@ -210,7 +210,7 @@ struct worker_task;
/*
* Add a single node to the tags tree
*/
-gboolean add_html_node (struct worker_task *task, memory_pool_t *pool,
+gboolean add_html_node (struct worker_task *task, rspamd_mempool_t *pool,
struct mime_text_part *part, gchar *tag_text, gsize tag_len, gsize remain, GNode **cur_level);
/*