diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-16 15:53:18 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-16 15:53:18 +0400 |
commit | c8dd7855398d175e8482e7bd5cfb499e7b1b3258 (patch) | |
tree | 8631881ca0287878987dec7fe3edbdbc041316ce /src/html.h | |
parent | f3b338f1583c90a16fcd65e843bc875f4309a2b4 (diff) | |
download | rspamd-c8dd7855398d175e8482e7bd5cfb499e7b1b3258.tar.gz rspamd-c8dd7855398d175e8482e7bd5cfb499e7b1b3258.zip |
* Decode all html entitles in html parts
Diffstat (limited to 'src/html.h')
-rw-r--r-- | src/html.h | 1 |
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 |