aboutsummaryrefslogtreecommitdiffstats
path: root/src/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/images.h')
-rw-r--r--src/images.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/images.h b/src/images.h
index b807ab24d..5561ecb7d 100644
--- a/src/images.h
+++ b/src/images.h
@@ -20,7 +20,14 @@ struct rspamd_image {
const gchar *filename;
};
+/*
+ * Process images from a worker task
+ */
void process_images (struct worker_task *task);
+
+/*
+ * Get textual representation of an image's type
+ */
const gchar *image_type_str (enum known_image_types type);
#endif /* IMAGES_H_ */