compress: cstream: update b_stream usage

This commit is contained in:
2025-10-24 12:42:13 +01:00
parent 9729ab4f05
commit f50b2216c0
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#include <string.h>
enum b_status b_cstream_open(
struct b_stream *endpoint, const struct b_compression_function *func,
b_stream *endpoint, const struct b_compression_function *func,
enum b_compression_mode mode, struct b_cstream **out)
{
size_t inbuf_size = 0, outbuf_size = 0;