diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-06-12 13:06:52 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-06-12 13:06:52 -0500 |
commit | 0546e4e579b197cd7a73dd7fc1b1c74e651164b4 (patch) | |
tree | 9a1ec4a811abf659421ebaaf2f6425ece5f293a4 /pngstruct.h | |
parent | 05af5cd8fbeb586df834ecc43d0ef45b2d6f516d (diff) |
[libpng16] Document deprecation of png_convert_to_rfc1123() and its
replacement with png_convert_to_rfc1123_buffer().
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pngstruct.h b/pngstruct.h index 5debf3870..8a63ff91f 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -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 |