xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 1 | .TH LIBPNGPF 3 "April 14, 2019" |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 2 | .SH NAME |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 3 | libpng \- Portable Network Graphics (PNG) Reference Library 1.6.37 |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 4 | (private functions) |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 5 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 6 | .SH SYNOPSIS |
| 7 | \fB#include \fI"pngpriv.h" |
| 8 | |
| 9 | \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer |
| 10 | \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in |
| 11 | \fP\fIpngpriv.h\fP\fB and not accessible to applications. Look in |
| 12 | \fP\fIpngpriv.h\fP\fB for the prototypes and a short description of each |
| 13 | function. |
The Android Open Source Project | 4215dd1 | 2009-03-09 11:52:12 -0700 | [diff] [blame] | 14 | |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 15 | .SH DESCRIPTION |
Chris Craik | b50c217 | 2013-07-29 15:28:30 -0700 | [diff] [blame] | 16 | The functions previously listed here are used privately by libpng and are not |
| 17 | available for use by applications. They are not "exported" to applications |
| 18 | using shared libraries. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 19 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 20 | .SH "SEE ALSO" |
Chris Craik | b50c217 | 2013-07-29 15:28:30 -0700 | [diff] [blame] | 21 | .BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5) |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 22 | |
| 23 | .SH AUTHORS |
| 24 | Cosmin Truta, Glenn Randers-Pehrson |