[master] Added a prototype for png_16bit_product()

(suggested by Peter Breitenlohner)
This commit is contained in:
Glenn Randers-Pehrson 2009-07-23 13:18:55 -05:00
parent 55697d7dc9
commit 38ed8795ab
3 changed files with 5 additions and 3 deletions

View File

@ -43,7 +43,8 @@ Other information:
Changes since the last public release (1.2.38):
versions 1.2.39beta01 [July 23, 2009]
version 1.2.39beta01 [July 23, 2009]
Added a prototype for png_64bit_product() in png.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@ -2432,7 +2432,8 @@ version 1.2.38rc03 [July 11, 2009]
version 1.0.47 and 1.2.38 [July 16, 2009]
No changes.
versions 1.2.39beta01 [July 23, 2009]
version 1.2.39beta01 [July 23, 2009]
Added a prototype for png_64bit_product() in png.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

2
png.c
View File

@ -1,7 +1,7 @@
/* png.c - location for general purpose libpng functions
*
* Last changed in libpng 1.2.37 [June 4, 2009]
* Last changed in libpng 1.2.39 [July 23, 2009]
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)