mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibCompress: Move finishing the current XZ block into its own function
This commit is contained in:
parent
0e11e7012d
commit
68984abc43
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/timschumi
Commit: 68984abc43
Pull-request: https://github.com/SerenityOS/serenity/pull/18193
Reviewed-by: https://github.com/bgianfo ✅
2 changed files with 51 additions and 44 deletions
|
@ -112,6 +112,7 @@ private:
|
|||
XzDecompressor(NonnullOwnPtr<CountingStream>);
|
||||
|
||||
ErrorOr<bool> load_next_stream();
|
||||
ErrorOr<void> finish_current_block();
|
||||
|
||||
NonnullOwnPtr<CountingStream> m_stream;
|
||||
Optional<XzStreamFlags> m_stream_flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue