fix: 32 bit protocol

This commit is contained in:
2021-09-01 16:25:38 +02:00
parent 056534028d
commit 26f060b334
5 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ namespace utils {
DataBuffer Compress(const DataBuffer& buffer);
DataBuffer Decompress(DataBuffer& buffer);
DataBuffer Decompress(DataBuffer& buffer, std::size_t packetLength);
DataBuffer Decompress(DataBuffer& buffer, std::uint64_t packetLength);
} // namespace utils
} // namespace td