aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_RunLength.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_RunLength.hh')
-rw-r--r--include/qpdf/Pl_RunLength.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh
index 5becd198..ce2b0e90 100644
--- a/include/qpdf/Pl_RunLength.hh
+++ b/include/qpdf/Pl_RunLength.hh
@@ -40,8 +40,11 @@ class QPDF_DLL_CLASS Pl_RunLength: public Pipeline
virtual void finish();
private:
+ QPDF_DLL_PRIVATE
void encode(unsigned char* data, size_t len);
+ QPDF_DLL_PRIVATE
void decode(unsigned char* data, size_t len);
+ QPDF_DLL_PRIVATE
void flush_encode();
enum state_e { st_top, st_copying, st_run };