diff options
Diffstat (limited to 'cpp/include/IcePatch/Util.h')
-rw-r--r-- | cpp/include/IcePatch/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch/Util.h b/cpp/include/IcePatch/Util.h index 4d0c26014eb..98c22599e92 100644 --- a/cpp/include/IcePatch/Util.h +++ b/cpp/include/IcePatch/Util.h @@ -37,7 +37,7 @@ void createDirectory(const std::string&); Ice::ByteSeq getMD5(const std::string&); std::string MD5ToString(const Ice::ByteSeq&); -Ice::ByteSeq getBlockBZ2(const std::string&, Ice::Int); +Ice::ByteSeq getBytesBZ2(const std::string&, Ice::Int, Ice::Int); } |