summaryrefslogtreecommitdiff
path: root/png.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-10-30 05:49:16 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-10-30 05:49:16 -0500
commite05080f5a89d8a62421bd9084fe2a1a9e202cbbf (patch)
treef1bdd7859b0ee2a9cfb4d171f60a586d13b8dc19 /png.h
parent4de250dd754516729f41cea2b32e68b86cb10dd1 (diff)
downloadlibpng-e05080f5a89d8a62421bd9084fe2a1a9e202cbbf.tar.gz
[master] Added png_get_user_cache_max()
and png_set_user_cache_max() from libpng-1.4.0rc01.
Diffstat (limited to 'png.h')
-rw-r--r--png.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/png.h b/png.h
index 67e9ed924..b4ee669db 100644
--- a/png.h
+++ b/png.h
@@ -2798,6 +2798,11 @@ extern PNG_EXPORT(png_uint_32,png_get_user_width_max) PNGARG((png_structp
png_ptr));
extern PNG_EXPORT(png_uint_32,png_get_user_height_max) PNGARG((png_structp
png_ptr));
+/* Added in libpng-1.2.41 */
+extern PNG_EXPORT(void,png_set_chunk_cache_max) PNGARG((png_structp
+ png_ptr, png_uint_32 user_chunk_cache_max));
+extern PNG_EXPORT(png_uint_32,png_get_chunk_cache_max)
+ PNGARG((png_structp png_ptr));
#endif
/* Added in libpng-1.2.41 */