summaryrefslogtreecommitdiff
path: root/contrib/pascal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/pascal/zlibpas.pas1
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;
166function deflateInit_; external; 166function deflateInit_; external;
167function deflateInit2_; external; 167function deflateInit2_; external;
168function deflateParams; external; 168function deflateParams; external;
169function deflatePrime; external;
169function deflateReset; external; 170function deflateReset; external;
170function deflateSetDictionary; external; 171function deflateSetDictionary; external;
171function inflate; external; 172function inflate; external;