diff options
Diffstat (limited to 'libpngpf.3')
-rw-r--r-- | libpngpf.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libpngpf.3 b/libpngpf.3 index 519e15feb..ba4babaa1 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "September 25, 2009" +.TH LIBPNGPF 3 "September 30, 2009" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta84 (private functions) @@ -29,10 +29,14 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta84 \fI\fB +\fI\fB + \fBint png_check_cHRM_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_fixed_point \fP\fIint_white_x\fP\fB, png_fixed_point \fP\fIint_white_y\fP\fB, png_fixed_point \fP\fIint_red_x\fP\fB, png_fixed_point \fP\fIint_red_y\fP\fB, png_fixed_point \fP\fIint_green_x\fP\fB, png_fixed_point \fP\fIint_green_y\fP\fB, png_fixed_point \fP\fIint_blue_x\fP\fB, png_fixed_point \fIint_blue_y\fP\fB);\fP \fI\fB +\fI\fB + \fBvoid png_check_chunk_name (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fIchunk_name\fP\fB);\fP \fI\fB |