summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitStream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitStream.hh')
-rw-r--r--libqpdf/qpdf/BitStream.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index 7d65b0db..ccebddda 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -5,16 +5,13 @@
#include <qpdf/DLL.hh>
+DLL_EXPORT
class BitStream
{
public:
- DLL_EXPORT
BitStream(unsigned char const* p, int nbytes);
- DLL_EXPORT
void reset();
- DLL_EXPORT
unsigned long getBits(int nbits);
- DLL_EXPORT
void skipToNextByte();
private: