]> git.imager.perl.org - imager.git/blob - JPEG/imexif.h
test that sub-module MANIFESTs include all the files the main MANIFEST does
[imager.git] / JPEG / imexif.h
1 /* imexif.h - interface to Exif handling */
2 #ifndef IMAGER_IMEXIF_H
3 #define IMAGER_IMEXIF_H
4
5 #include <stddef.h>
6 #include "imdatatypes.h"
7
8 extern int i_int_decode_exif(i_img *im, unsigned char *data, size_t length);
9
10 #endif /* ifndef IMAGER_IMEXIF_H */