summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-16 15:53:18 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-16 15:53:18 +0400
commitc8dd7855398d175e8482e7bd5cfb499e7b1b3258 (patch)
tree8631881ca0287878987dec7fe3edbdbc041316ce /src/html.h
parentf3b338f1583c90a16fcd65e843bc875f4309a2b4 (diff)
downloadrspamd-c8dd7855398d175e8482e7bd5cfb499e7b1b3258.tar.gz
rspamd-c8dd7855398d175e8482e7bd5cfb499e7b1b3258.zip
* Decode all html entitles in html parts
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
index 1a7924e08..e81a9d11c 100644
--- a/src/html.h
+++ b/src/html.h
@@ -209,5 +209,6 @@ struct worker_task;
gboolean add_html_node (struct worker_task *task, memory_pool_t *pool, struct mime_text_part *part, char *tag_text, GNode **cur_level);
struct html_tag * get_tag_by_name (const char *name);
+void decode_entitles (char *s, guint *len);
#endif