[master] Relocated prototype for png_64bit_product()

into png.h and revised the documenatation (in the libpng style section) about
placement of prototypes.
This commit is contained in:
Glenn Randers-Pehrson
2009-07-28 08:18:31 -05:00
parent ddf5fc8a42
commit d7bd2d2b2c
5 changed files with 31 additions and 10 deletions

8
png.h
View File

@@ -3698,6 +3698,14 @@ PNG_EXTERN int png_check_cHRM_fixed PNGARG((png_structp png_ptr,
png_fixed_point int_blue_y));
#endif
#if defined(PNG_cHRM_SUPPORTED)
#if !defined(PNG_NO_CHECK_cHRM)
/* Added at libpng version 1.2.34 */
PNG_EXTERN void png_64bit_product (long v1, long v2, unsigned long *hi_product,
unsigned long *lo_product);
#endif
#endif
/* Maintainer: Put new private prototypes here ^ and in libpngpf.3 */
#endif /* PNG_INTERNAL */