diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/pascal/zlibpas.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index 9361914..6d5ebe0 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas | |||
@@ -166,6 +166,7 @@ function deflateEnd; external; | |||
166 | function deflateInit_; external; | 166 | function deflateInit_; external; |
167 | function deflateInit2_; external; | 167 | function deflateInit2_; external; |
168 | function deflateParams; external; | 168 | function deflateParams; external; |
169 | function deflatePrime; external; | ||
169 | function deflateReset; external; | 170 | function deflateReset; external; |
170 | function deflateSetDictionary; external; | 171 | function deflateSetDictionary; external; |
171 | function inflate; external; | 172 | function inflate; external; |