aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-16 17:05:33 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-16 17:05:33 +0100
commit7665629b68f09550dbda76654f7ef2d8eb39721a (patch)
treeea568447caef439a3a7a0276e191098e3056612c /src/libserver/html.h
parent4b1afa8fcb2e5caa27204740b479f8867207ec37 (diff)
downloadrspamd-7665629b68f09550dbda76654f7ef2d8eb39721a.tar.gz
rspamd-7665629b68f09550dbda76654f7ef2d8eb39721a.zip
Remove deprecated function.
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index 3095813c2..83c58c9f1 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -42,16 +42,6 @@ struct html_content {
GNode *html_tags;
gint flags;
};
-/*
- * Add a single node to the tags tree
- */
-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);
/*
* Get tag structure by its name (binary search is used)