compress: cstream: update b_stream usage
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <blue/compress/function.h>
|
||||
#include <blue/core/ringbuffer.h>
|
||||
#include <blue/core/stream.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct b_stream;
|
||||
@@ -14,7 +15,7 @@ enum cstream_flags {
|
||||
|
||||
struct b_cstream {
|
||||
enum cstream_flags s_flags;
|
||||
struct b_stream *s_endpoint;
|
||||
b_stream *s_endpoint;
|
||||
struct b_compressor *s_compressor;
|
||||
/* s_in is the input buffer, and s_out is the output buffer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user