blob: 4da0843fcbfbe91762ad8b4c9e71cd144422f7d1 [file] [log] [blame]
Matt Sarett96be9082016-05-03 13:29:54 -04001.TH LIBPNGPF 3 "December 3, 2015"
The Android Open Source Project893912b2009-03-03 19:30:05 -08002.SH NAME
Matt Sarett96be9082016-05-03 13:29:54 -04003libpng \- Portable Network Graphics (PNG) Reference Library 1.6.20
The Android Open Source Project893912b2009-03-03 19:30:05 -08004(private functions)
5.SH SYNOPSIS
Chris Craikb50c2172013-07-29 15:28:30 -07006\fB#include \fI"pngpriv.h"
The Android Open Source Project893912b2009-03-03 19:30:05 -08007
Chris Craikb50c2172013-07-29 15:28:30 -07008\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.
The Android Open Source Project4215dd12009-03-09 11:52:12 -07009
The Android Open Source Project893912b2009-03-03 19:30:05 -080010.SH DESCRIPTION
Chris Craikb50c2172013-07-29 15:28:30 -070011The functions previously listed here are used privately by libpng and are not
12available for use by applications. They are not "exported" to applications
13using shared libraries.
The Android Open Source Project893912b2009-03-03 19:30:05 -080014
15.SH SEE ALSO
Chris Craikb50c2172013-07-29 15:28:30 -070016.BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
The Android Open Source Project893912b2009-03-03 19:30:05 -080017.SH AUTHOR
18Glenn Randers-Pehrson