From 820a8d1de9cb5e110862c3400807fac509ac006e Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 20 Nov 2010 15:07:51 -0600 Subject: [PATCH] [master] Changed prototypes for png_git_int_16() and png_get_int_32(). --- png.h | 1 - 1 file changed, 1 deletion(-) diff --git a/png.h b/png.h index 8aad0bf2d..17b6e682c 100644 --- a/png.h +++ b/png.h @@ -2656,7 +2656,6 @@ PNG_EXPORT(png_bytep,png_get_io_chunk_name) ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffff)+1)) \ : (png_int_32)png_get_uint_32(buf))) #else -PNG_EXPORT(png_uint_32,png_get_uint_32) PNGARG((png_bytep buf)); PNG_EXPORT(png_uint_16,png_get_uint_16) PNGARG((png_bytep buf)); #ifdef PNG_GET_INT_32_SUPPORTED PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));