diff options
Diffstat (limited to 'src/html.h')
-rw-r--r-- | src/html.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html.h b/src/html.h index 048598f37..075818392 100644 --- a/src/html.h +++ b/src/html.h @@ -207,7 +207,8 @@ struct html_node { /* Forwarded declaration */ struct worker_task; -gboolean add_html_node (struct worker_task *task, memory_pool_t *pool, struct mime_text_part *part, gchar *tag_text, GNode **cur_level); +gboolean add_html_node (struct worker_task *task, memory_pool_t *pool, + struct mime_text_part *part, gchar *tag_text, gsize tag_len, GNode **cur_level); struct html_tag * get_tag_by_name (const gchar *name); void decode_entitles (gchar *s, guint *len); |