aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/BitStream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/BitStream.hh')
-rw-r--r--libqpdf/qpdf/BitStream.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/qpdf/BitStream.hh b/libqpdf/qpdf/BitStream.hh
index e45a90ee..8ea8bec4 100644
--- a/libqpdf/qpdf/BitStream.hh
+++ b/libqpdf/qpdf/BitStream.hh
@@ -15,6 +15,8 @@ class BitStream
QPDF_DLL
unsigned long long getBits(int nbits);
QPDF_DLL
+ long long getBitsSigned(int nbits);
+ QPDF_DLL
void skipToNextByte();
private: