[libpng15] Updated info in the documentation about time_buffer

being removed from a future version of libpng.
This commit is contained in:
Glenn Randers-Pehrson
2012-06-13 13:18:35 -05:00
parent af569eb682
commit 709db87a32
4 changed files with 7 additions and 4 deletions

View File

@@ -248,6 +248,7 @@ struct png_struct_def
#endif
#ifdef PNG_TIME_RFC1123_SUPPORTED
/* This is going to be unused in libpng16 and removed from libpng17 */
char time_buffer[29]; /* String to hold RFC 1123 time text */
#endif