[libpng16] Document deprecation of png_convert_to_rfc1123() and its

replacement with png_convert_to_rfc1123_buffer().
This commit is contained in:
Glenn Randers-Pehrson
2012-06-12 13:06:52 -05:00
parent 05af5cd8fb
commit 0546e4e579
7 changed files with 39 additions and 29 deletions

View File

@@ -354,6 +354,7 @@ struct png_struct_def
#endif
#if PNG_LIBPNG_VER < 10700
/* To do: remove this from libpng-1.7 */
#ifdef PNG_TIME_RFC1123_SUPPORTED
char time_buffer[29]; /* String to hold RFC 1123 time text */
#endif