diff options
Diffstat (limited to 'cpp/include/IcePatch/Util.h')
-rw-r--r-- | cpp/include/IcePatch/Util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/IcePatch/Util.h b/cpp/include/IcePatch/Util.h index 98c22599e92..6c080ecc65e 100644 --- a/cpp/include/IcePatch/Util.h +++ b/cpp/include/IcePatch/Util.h @@ -12,6 +12,7 @@ #define ICE_PATCH_UTIL_H #include <Ice/Ice.h> +#include <IcePatch/Node.h> namespace IcePatch { @@ -37,8 +38,13 @@ void createDirectory(const std::string&); Ice::ByteSeq getMD5(const std::string&); std::string MD5ToString(const Ice::ByteSeq&); +void writeBZ2(const std::string&, const Ice::ByteSeq&); +Ice::ByteSeq readBZ2(const std::string&); + Ice::ByteSeq getBytesBZ2(const std::string&, Ice::Int, Ice::Int); +void getFile(const IcePatch::FilePrx&); + } #endif |