Skip to content

Commit ef0f2e7

Browse files
author
Oleh Kulykov
committed
1739664182
1 parent 5dfb99f commit ef0f2e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/plzma_decoder_impl.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ namespace plzma {
138138
virtual bool test(const SharedPtr<ItemArray> & items) override final;
139139
virtual bool test() override final;
140140

141+
142+
143+
144+
145+
141146
#if !defined(LIBPLZMA_NO_C_BINDINGS)
142147
void setUtf8Callback(plzma_progress_delegate_utf8_callback LIBPLZMA_NULLABLE callback);
143148
void setWideCallback(plzma_progress_delegate_wide_callback LIBPLZMA_NULLABLE callback);

src/plzma_encoder_impl.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
//
2626

2727

28+
29+
30+
31+
32+
33+
34+
2835
#ifndef __PLZMA_ENCODER_IMPL_HPP__
2936
#define __PLZMA_ENCODER_IMPL_HPP__ 1
3037

0 commit comments

Comments
 (0)