| OLD | NEW |
| (Empty) | |
| 1 .TH LIBPNGPF 3 "May 14, 2016" |
| 2 .SH NAME |
| 3 libpng \- Portable Network Graphics (PNG) Reference Library 1.6.22rc01 |
| 4 (private functions) |
| 5 .SH SYNOPSIS |
| 6 \fB#include \fI"pngpriv.h" |
| 7 |
| 8 \fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaint
ained\fP\fB, now that the private function prototypes are hidden in pngpriv.h an
d not accessible to applications. Look in pngpriv.h for the prototypes and a sho
rt description of each \fIfunction. |
| 9 |
| 10 .SH DESCRIPTION |
| 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. |
| 14 |
| 15 .SH SEE ALSO |
| 16 .BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5) |
| 17 .SH AUTHOR |
| 18 Glenn Randers-Pehrson |
| OLD | NEW |