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.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index d02eea42..1a42b5e7 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -6,9 +6,13 @@
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: