aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/images.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-12-06 17:45:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-12-06 17:45:17 +0000
commitd9ea57040d27fe859166d59ba7d9edb3b5121d5d (patch)
tree6fee86cc8af993a25fffe7e92970d10b4158fc2f /src/libmime/images.h
parent61a2d838a77374642ecd9a1ebed7cac3807cb2eb (diff)
downloadrspamd-d9ea57040d27fe859166d59ba7d9edb3b5121d5d.tar.gz
rspamd-d9ea57040d27fe859166d59ba7d9edb3b5121d5d.zip
[Feature] Add images normalization
Diffstat (limited to 'src/libmime/images.h')
-rw-r--r--src/libmime/images.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmime/images.h b/src/libmime/images.h
index 73e00aebd..35833b6af 100644
--- a/src/libmime/images.h
+++ b/src/libmime/images.h
@@ -18,6 +18,7 @@ enum rspamd_image_type {
struct rspamd_image {
struct rspamd_mime_part *parent;
GByteArray *data;
+ GArray *normalized_data;
const gchar *filename;
struct html_image *html_image;
enum rspamd_image_type type;