summaryrefslogtreecommitdiff
path: root/pngget.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-31 16:56:30 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-31 16:56:30 -0500
commit3e753f5cbea3a7b334ecd6dae3b0723f528e06a5 (patch)
treed00151277a22140171e0875df0f67348fbbc3512 /pngget.c
parentc77274ffa935d303faa6dd746519a152e4fa8781 (diff)
downloadlibpng-3e753f5cbea3a7b334ecd6dae3b0723f528e06a5.tar.gz
[libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()
and png_set_eXIf_1(), respectively, to avoid breaking API compatibility with libpng-1.6.31.
Diffstat (limited to 'pngget.c')
-rw-r--r--pngget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngget.c b/pngget.c
index 177302406..28c235548 100644
--- a/pngget.c
+++ b/pngget.c
@@ -775,7 +775,7 @@ png_get_sPLT(png_const_structrp png_ptr, png_inforp info_ptr,
#ifdef PNG_eXIf_SUPPORTED
png_uint_32 PNGAPI
-png_get_eXIf(png_const_structrp png_ptr, png_inforp info_ptr,
+png_get_eXIf_1(png_const_structrp png_ptr, png_inforp info_ptr,
png_uint_32 *num_exif, png_bytep *exif)
{
png_debug1(1, "in %s retrieval function", "eXIf");