add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / imexif.h
index 6221ab351d1203e63ccc95fd38a4bbded2656e3c..67b674c63328145483fa96fb2865b225d0841655 100644 (file)
--- a/imexif.h
+++ b/imexif.h
@@ -1,10 +1,10 @@
 /* imexif.h - interface to Exif handling */
 #ifndef IMAGER_IMEXIF_H
-#define IMAGER_IMEXIT_H
+#define IMAGER_IMEXIF_H
 
 #include <stddef.h>
-#include "imagei.h"
+#include "imdatatypes.h"
 
-extern int i_int_decode_exif(i_img *im, unsigned char *data, size_t length);
+extern int im_decode_exif(i_img *im, const unsigned char *data, size_t length);
 
 #endif /* ifndef IMAGER_IMEXIF_H */