hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/zlib.h
....@@ -23,7 +23,7 @@
2323
2424
2525 The data format used by the zlib library is described by RFCs (Request for
26
- Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
26
+ Comments) 1950 to 1952 in the files https://www.ietf.org/rfc/rfc1950.txt
2727 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
2828 */
2929
....@@ -191,6 +191,12 @@
191191 exceed those passed here.
192192 */
193193
194
+extern int zlib_deflate_dfltcc_enabled (void);
195
+/*
196
+ Returns 1 if Deflate-Conversion facility is installed and enabled,
197
+ otherwise 0.
198
+*/
199
+
194200 /*
195201 extern int deflateInit (z_streamp strm, int level);
196202