mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibCore: Rename class Gzip -> CGZip
This commit is contained in:
parent
edd0959c83
commit
a353d16ff4
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
class Gzip {
|
||||
class CGzip {
|
||||
public:
|
||||
static bool is_compressed(const ByteBuffer& data);
|
||||
static Optional<ByteBuffer> decompress(const ByteBuffer& data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue