projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
correct the type of the im_decode_exif() data parameter
[imager.git]
/
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 im_decode_exif(i_img *im, const unsigned char *data, size_t length);
9
10
#endif /* ifndef IMAGER_IMEXIF_H */