diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2019-07-06 13:29:15 +0200 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2019-07-06 13:29:15 +0200 |
| commit | 02c31f486fd414138114ff2a4441d60de5a005ce (patch) | |
| tree | 5ff413505d7d2d4e846282a11b1a53cbe3b1a69c /tdutils/td/utils/Gzip.h | |
| parent | a695b0823c74fe8a0c25a31280c77907eb569a11 (diff) | |
tdutils: update from other project
GitOrigin-RevId: 73c666dbdd72811b151a48504716ed4aee6af1a0
Diffstat (limited to 'tdutils/td/utils/Gzip.h')
| -rw-r--r-- | tdutils/td/utils/Gzip.h | 2 |
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); |
