]>
Commit | Line | Data |
---|---|---|
fff5f7d5 | 1 | .TH LIBPNGPF 3 "April 25, 2013" |
0272a10d | 2 | .SH NAME |
fff5f7d5 | 3 | libpng \- Portable Network Graphics (PNG) Reference Library 1.6.2 |
0272a10d VZ |
4 | (private functions) |
5 | .SH SYNOPSIS | |
b61cc19c PC |
6 | \fB#include \fI"pngpriv.h" |
7 | ||
fff5f7d5 | 8 | \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now that the private function prototypes are hidden in pngpriv.h and not accessible to applications. Look in pngpriv.h for the prototypes and a short description of each \fIfunction. |
970f6abe | 9 | |
0272a10d | 10 | .SH DESCRIPTION |
fff5f7d5 VZ |
11 | The functions previously listed here are used privately by libpng and are not |
12 | available for use by applications. They are not "exported" to applications | |
13 | using shared libraries. | |
0272a10d VZ |
14 | |
15 | .SH SEE ALSO | |
b61cc19c | 16 | .BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5) |
0272a10d VZ |
17 | .SH AUTHOR |
18 | Glenn Randers-Pehrson |