aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/Gzip.h
diff options
context:
space:
mode:
authorArseny Smirnov <arseny30@gmail.com>2019-07-06 13:29:15 +0200
committerArseny Smirnov <arseny30@gmail.com>2019-07-06 13:29:15 +0200
commit02c31f486fd414138114ff2a4441d60de5a005ce (patch)
tree5ff413505d7d2d4e846282a11b1a53cbe3b1a69c /tdutils/td/utils/Gzip.h
parenta695b0823c74fe8a0c25a31280c77907eb569a11 (diff)
tdutils: update from other project
GitOrigin-RevId: 73c666dbdd72811b151a48504716ed4aee6af1a0
Diffstat (limited to 'tdutils/td/utils/Gzip.h')
-rw-r--r--tdutils/td/utils/Gzip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tdutils/td/utils/Gzip.h b/tdutils/td/utils/Gzip.h
index 9c7f1347c..889bfc56e 100644
--- a/tdutils/td/utils/Gzip.h
+++ b/tdutils/td/utils/Gzip.h
@@ -93,6 +93,8 @@ class Gzip {
void init_common();
void clear();
+
+ void swap(Gzip &other);
};
BufferSlice gzdecode(Slice s);