summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_LZWDecoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_LZWDecoder.hh')
-rw-r--r--libqpdf/qpdf/Pl_LZWDecoder.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/libqpdf/qpdf/Pl_LZWDecoder.hh b/libqpdf/qpdf/Pl_LZWDecoder.hh
index 95ec55b3..4d348406 100644
--- a/libqpdf/qpdf/Pl_LZWDecoder.hh
+++ b/libqpdf/qpdf/Pl_LZWDecoder.hh
@@ -10,10 +10,14 @@
class Pl_LZWDecoder: public Pipeline
{
public:
+ DLL_EXPORT
Pl_LZWDecoder(char const* identifier, Pipeline* next,
bool early_code_change);
+ DLL_EXPORT
virtual ~Pl_LZWDecoder();
+ DLL_EXPORT
virtual void write(unsigned char* buf, int len);
+ DLL_EXPORT
virtual void finish();
private: