We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfb99f commit ef0f2e7Copy full SHA for ef0f2e7
src/plzma_decoder_impl.hpp
@@ -138,6 +138,11 @@ namespace plzma {
138
virtual bool test(const SharedPtr<ItemArray> & items) override final;
139
virtual bool test() override final;
140
141
+
142
143
144
145
146
#if !defined(LIBPLZMA_NO_C_BINDINGS)
147
void setUtf8Callback(plzma_progress_delegate_utf8_callback LIBPLZMA_NULLABLE callback);
148
void setWideCallback(plzma_progress_delegate_wide_callback LIBPLZMA_NULLABLE callback);
src/plzma_encoder_impl.hpp
@@ -25,6 +25,13 @@
25
//
26
27
28
29
30
31
32
33
34
35
#ifndef __PLZMA_ENCODER_IMPL_HPP__
36
#define __PLZMA_ENCODER_IMPL_HPP__ 1
37
0 commit comments