summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg-utils.h')
-rw-r--r--src/jpeg-utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h
index 9e4c729..bddb096 100644
--- a/src/jpeg-utils.h
+++ b/src/jpeg-utils.h
@@ -63,6 +63,12 @@ typedef struct {
/*
+ * Thread-safe ImageMagick and exiv2 libraries initialization and cleanup
+ */
+void init_jpeg_utils (void);
+void destroy_jpeg_utils (void);
+
+/*
* EXIF and IPTC info retrieval, keeps the source file open until freed
*/
ExifData * read_exif (const gchar *filename);