diff options
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/libpngpf.3')
-rw-r--r-- | plugins/AdvaImg/src/LibPNG/libpngpf.3 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/libpngpf.3 b/plugins/AdvaImg/src/LibPNG/libpngpf.3 new file mode 100644 index 0000000000..ef54f7b5b0 --- /dev/null +++ b/plugins/AdvaImg/src/LibPNG/libpngpf.3 @@ -0,0 +1,28 @@ +.TH LIBPNGPF 3 "February 18, 2012"
+.SH NAME
+libpng \- Portable Network Graphics (PNG) Reference Library 1.5.9
+(private functions)
+.SH SYNOPSIS
+\fB#include \fI"pngpriv.h"
+
+\fI\fB
+
+\fBAs of libpng version \fP\fI1.5.1\fP\fB, this section is no longer \fP\fImaintained\fP\fB, now \fIthat
+
+\fBthe private function prototypes are hidden in pngpriv.h and not \fIaccessible
+
+\fBto applications. Look in pngpriv.h for the prototypes and a short \fIdescription
+
+\fBof each \fIfunction.
+
+\fI\fB
+
+.SH DESCRIPTION
+The functions previously listed here are used privately by libpng
+and are not recommended for use by applications. They are
+not "exported" to applications using shared libraries.
+
+.SH SEE ALSO
+.BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
+.SH AUTHOR
+Glenn Randers-Pehrson
|