diff options
Diffstat (limited to '3rdparty/zlib/os400/bndsrc')
-rw-r--r-- | 3rdparty/zlib/os400/bndsrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/zlib/os400/bndsrc b/3rdparty/zlib/os400/bndsrc index 5e6e0a2f0af..9f92bb10cf3 100644 --- a/3rdparty/zlib/os400/bndsrc +++ b/3rdparty/zlib/os400/bndsrc @@ -116,4 +116,12 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') EXPORT SYMBOL("inflateValidate") EXPORT SYMBOL("uncompress2") +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.2.12 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("crc32_combine_gen64") + EXPORT SYMBOL("crc32_combine_gen") + EXPORT SYMBOL("crc32_combine_op") + ENDPGMEXP |