correct the type of the im_decode_exif() data parameter
authorTony Cook <tony@develop-help.com>
Thu, 14 Feb 2019 08:01:47 +0000 (19:01 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 14 Feb 2019 08:01:47 +0000 (19:01 +1100)
commit0b365b7fb7a8623dd6d46ac25fc432f1d0cffc89
tree3bdc48981a6f34250a79d32d928d8b5d72d7aa61
parenta84eb3aca96f4e587da92fe8f9fdcab9467adff2
correct the type of the im_decode_exif() data parameter

const foo * and foo* have the same representation so this doesn't
break the ABI.

const unsigned char * will accept all parameter types it did previously.

The only issue is if someone makes a copy of the pointer, but I don't
support that.
imexif.c
imexif.h
imexttypes.h