[devel] Added png_set_longjmp_fn to scripts/*.def

and moved it from libpngpf.3 to libpng.3 since it is exported.
This commit is contained in:
Glenn Randers-Pehrson 2009-11-20 22:06:56 -06:00
parent 4a72ebfafa
commit 1e6ed7364b
5 changed files with 7 additions and 6 deletions

View File

@ -538,6 +538,10 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
\fI\fB
\fBjmp_buf* png_set_longjmp_fn (png_structp \fP\fIpng_ptr\fP\fB, png_longjmp_ptr \fP\fIlongjmp_fn\fP\fB, size_t \fIjmp_buf_size\fP\fB);\fP
\fI\fB
\fBvoid png_set_mem_fn(png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fImem_ptr\fP\fB, png_malloc_ptr \fP\fImalloc_fn\fP\fB, png_free_ptr \fIfree_fn\fP\fB);\fP
\fI\fB

View File

@ -443,12 +443,6 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
\fI\fB
\fBjmp_buf* png_set_longjmp_fn (png_structp \fP\fIpng_ptr\fP\fB, png_longjmp_ptr \fP\fIlongjmp_fn\fP\fB, size_t \fIjmp_buf_size\fP\fB);\fP
\fI\fB
\fI\fB
\fBvoid png_process_IDAT_data (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIbuffer\fP\fB, png_size_t \fIbuffer_length\fP\fB);\fP
\fI\fB

View File

@ -255,3 +255,4 @@ EXPORTS
png_check_cHRM_fixed @217
png_calloc @218
png_longjmp_ptr @219
png_set_longjmp_fn @220

View File

@ -215,6 +215,7 @@ EXPORTS
png_check_cHRM_fixed
png_calloc
png_longjmp_ptr
png_set_longjmp_fn
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
png_libpng_ver

View File

@ -210,3 +210,4 @@ EXPORTS
png_check_cHRM_fixed
png_calloc
png_longjmp_ptr
png_set_longjmp_fn