summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-17 21:41:43 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-17 21:41:43 -0600
commitfb908d6ae2581831a3632964b9d99eb5d3627db1 (patch)
treeb4ccaf2fd6cf9b9ead4f5258229a8802d65969fb /pngstruct.h
parent354cd3930bdda1c6cdcedb5b685b599d45b84f40 (diff)
downloadlibpng-fb908d6ae2581831a3632964b9d99eb5d3627db1.tar.gz
[libpng15] Redo previous checkin; fold long lines and fix #ifdefs
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pngstruct.h b/pngstruct.h
index db0d4e494..3842af99a 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -352,6 +352,7 @@ struct png_struct_def
/* New member added in libpng-1.5.6 */
png_bytep big_prev_row;
+/* New member added in libpng-1.5.7 */
void (*read_filter[PNG_FILTER_VALUE_LAST-1])(png_row_infop row_info,
png_bytep row, png_const_bytep prev_row);
};