aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.h b/src/html.h
index 601f076d2..3ea758e60 100644
--- a/src/html.h
+++ b/src/html.h
@@ -205,12 +205,12 @@ struct html_node {
};
/* Forwarded declaration */
-struct worker_task;
+struct rspamd_task;
/*
* Add a single node to the tags tree
*/
-gboolean add_html_node (struct worker_task *task, rspamd_mempool_t *pool,
+gboolean add_html_node (struct rspamd_task *task, rspamd_mempool_t *pool,
struct mime_text_part *part, gchar *tag_text, gsize tag_len, gsize remain, GNode **cur_level);
/*