diff options
-rw-r--r-- | os400/bndsrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os400/bndsrc b/os400/bndsrc index 5e6e0a2..9f92bb1 100644 --- a/os400/bndsrc +++ b/os400/bndsrc | |||
@@ -116,4 +116,12 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
116 | EXPORT SYMBOL("inflateValidate") | 116 | EXPORT SYMBOL("inflateValidate") |
117 | EXPORT SYMBOL("uncompress2") | 117 | EXPORT SYMBOL("uncompress2") |
118 | 118 | ||
119 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
120 | /* Version 1.2.12 additional entry points. */ | ||
121 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
122 | |||
123 | EXPORT SYMBOL("crc32_combine_gen64") | ||
124 | EXPORT SYMBOL("crc32_combine_gen") | ||
125 | EXPORT SYMBOL("crc32_combine_op") | ||
126 | |||
119 | ENDPGMEXP | 127 | ENDPGMEXP |