aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index c7534d309..c5a989f0e 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -48,6 +48,7 @@ struct html_image {
guint width;
guint flags;
gchar *src;
+ struct rspamd_url *url;
struct html_tag *tag;
};