Clean up the addition of inflateGetDictionary.
This commit is contained in:
parent
03ff48cc67
commit
f0546c8e34
11
as400/bndsrc
11
as400/bndsrc
@ -67,7 +67,6 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
|
|||||||
EXPORT SYMBOL("inflate")
|
EXPORT SYMBOL("inflate")
|
||||||
EXPORT SYMBOL("inflateEnd")
|
EXPORT SYMBOL("inflateEnd")
|
||||||
EXPORT SYMBOL("inflateSetDictionary")
|
EXPORT SYMBOL("inflateSetDictionary")
|
||||||
EXPORT SYMBOL("inflateGetDictionary")
|
|
||||||
EXPORT SYMBOL("inflateSync")
|
EXPORT SYMBOL("inflateSync")
|
||||||
EXPORT SYMBOL("inflateReset")
|
EXPORT SYMBOL("inflateReset")
|
||||||
EXPORT SYMBOL("inflateInit_")
|
EXPORT SYMBOL("inflateInit_")
|
||||||
@ -203,4 +202,14 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
|
|||||||
|
|
||||||
EXPORT SYMBOL("inflateResetKeep")
|
EXPORT SYMBOL("inflateResetKeep")
|
||||||
|
|
||||||
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
||||||
|
/* Version 1.2.8 additional entry points. */
|
||||||
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
||||||
|
|
||||||
|
/********************************************************************/
|
||||||
|
/* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
||||||
|
/********************************************************************/
|
||||||
|
|
||||||
|
EXPORT SYMBOL("inflateGetDictionary")
|
||||||
|
|
||||||
ENDPGMEXP
|
ENDPGMEXP
|
||||||
|
@ -137,3 +137,6 @@ EXPORTS
|
|||||||
|
|
||||||
; zlib1 v1.2.7 added:
|
; zlib1 v1.2.7 added:
|
||||||
gzopen_w @165
|
gzopen_w @165
|
||||||
|
|
||||||
|
; zlib1 v1.2.8 added:
|
||||||
|
inflateGetDictionary @166
|
||||||
|
@ -137,3 +137,6 @@ EXPORTS
|
|||||||
|
|
||||||
; zlib1 v1.2.7 added:
|
; zlib1 v1.2.7 added:
|
||||||
gzopen_w @165
|
gzopen_w @165
|
||||||
|
|
||||||
|
; zlib1 v1.2.8 added:
|
||||||
|
inflateGetDictionary @166
|
||||||
|
2
zlib.h
2
zlib.h
@ -850,7 +850,7 @@ ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm,
|
|||||||
Z_NULL, then only the dictionary length is returned, and nothing is copied.
|
Z_NULL, then only the dictionary length is returned, and nothing is copied.
|
||||||
Similary, if dictLength is Z_NULL, then it is not set.
|
Similary, if dictLength is Z_NULL, then it is not set.
|
||||||
|
|
||||||
inflateSetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
|
inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
|
||||||
stream state is inconsistent.
|
stream state is inconsistent.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user