diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-04 22:02:41 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-04 22:02:41 +0000 |
commit | 60b2933943fe4c08011182df28c96829e2d99b67 (patch) | |
tree | 9e6943073035fac497e0dd0ad04e8231aeda1374 /cpp/include/IcePatch/Util.h | |
parent | more IcePatch stuff (diff) | |
download | ice-60b2933943fe4c08011182df28c96829e2d99b67.tar.bz2 ice-60b2933943fe4c08011182df28c96829e2d99b67.tar.xz ice-60b2933943fe4c08011182df28c96829e2d99b67.zip |
more IcePatch stuff
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); } |