summaryrefslogtreecommitdiffstats
path: root/src/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/images.h')
-rw-r--r--src/images.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/images.h b/src/images.h
index 2a79e4edd..f7616a680 100644
--- a/src/images.h
+++ b/src/images.h
@@ -17,6 +17,7 @@ struct rspamd_image {
GByteArray *data;
guint32 width;
guint32 height;
+ const char *filename;
};
void process_images (struct worker_task *task);