aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/zlib.xml
diff options
context:
space:
mode:
authorGuilherme Andrade <[email protected]>2016-07-23 19:10:10 +0100
committerGuilherme Andrade <[email protected]>2016-07-23 19:16:22 +0100
commit69b8d1ab13473f851f8957e2bb6f5486f64612ad (patch)
treeaefd3a0dcc2828d302c7af194bc169768aaab8f6 /erts/doc/src/zlib.xml
parent9cdf92fc35006d34d7029ef0fc34c0daf9e1330b (diff)
downloadotp-69b8d1ab13473f851f8957e2bb6f5486f64612ad.tar.gz
otp-69b8d1ab13473f851f8957e2bb6f5486f64612ad.tar.bz2
otp-69b8d1ab13473f851f8957e2bb6f5486f64612ad.zip
zlib: support extraction of inflation dictionary
Diffstat (limited to 'erts/doc/src/zlib.xml')
-rw-r--r--erts/doc/src/zlib.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml
index 138414a880..1a7c2d2b6f 100644
--- a/erts/doc/src/zlib.xml
+++ b/erts/doc/src/zlib.xml
@@ -576,6 +576,17 @@ unpack(Z, Compressed, Dict) ->
</func>
<func>
+ <name name="inflateGetDictionary" arity="1"/>
+ <fsummary>Return the decompression dictionary.</fsummary>
+ <desc>
+ <p>Returns the decompression dictionary currently in use
+ by the stream. This function must be called between
+ <seealso marker="#inflateInit/1"><c>inflateInit/1,2</c></seealso>
+ and <seealso marker="#inflateEnd/1"><c>inflateEnd</c></seealso>.</p>
+ </desc>
+ </func>
+
+ <func>
<name name="open" arity="0"/>
<fsummary>Open a stream and return a stream reference.</fsummary>
<desc>